diff --git a/package-lock.json b/package-lock.json index c4569a4c6..3d044b7ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "comfyui-frontend", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "comfyui-frontend", - "version": "0.0.0", + "version": "1.0.0", "dependencies": { "zod": "^3.23.8", "zod-validation-error": "^3.3.0" diff --git a/package.json b/package.json index beabf0262..622d3d4ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "comfyui-frontend", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite",