chore: bump version to 0.0.4 in package.json and jsr.json

This commit is contained in:
Huakun Shen 2025-01-08 04:08:04 -05:00
parent 35b15f3c0d
commit 2ec4494402
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@kunkun/ext-image-processing", "name": "@kunkun/ext-image-processing",
"version": "0.1.0", "version": "0.0.4",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts" "exports": "./mod.ts"
} }

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "image-processing", "name": "image-processing",
"version": "0.0.3", "version": "0.0.4",
"kunkun": { "kunkun": {
"name": "TODO: Change Display Name", "name": "TODO: Change Display Name",
"shortDescription": "A Custom UI template for sveltekit", "shortDescription": "A Custom UI template for sveltekit",