diff --git a/manifest.json b/manifest.json index 87ad5b7..8d33e86 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_appName__", - "version": "3.9.1", + "version": "0.0.0", "default_locale": "en", "description": "__MSG_appDescription__", "author": "June07 <667@june07.com> (https://june07.com/)", diff --git a/package.json b/package.json index 1f331d0..3c9abed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nimv3", - "version": "3.9.3", + "version": "3.10.0", "scripts": { "dev": "vite --host", "dev:extension": "npm-run-all --parallel build:dev watch:rollup:deps",