diff --git a/package.json b/package.json index 92f1d19..1c58d41 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "better-ui", - "version": "1.3.0", - "description": "A Plugin for Acode editor", + "version": "1.4.0", + "description": "Make Acode look better with the Better UI plugin", "main": "dist/main.js", "scripts": { "start-dev": "node .devServer/start-dev", "build": "webpack && node .devServer/pack-zip.js", - "build-release": "webpack --mode production && node pack-zip.js" + "build-release": "webpack --mode production" }, "repository": { "type": "git", diff --git a/plugin.json b/plugin.json index 6d757d6..4a1be65 100644 --- a/plugin.json +++ b/plugin.json @@ -2,7 +2,7 @@ "id": "x.better.ui", "name": "Better UI", "main": "dist/main.js", - "version": "1.3.0", + "version": "1.4.0", "readme": "readme.md", "icon": "icon.png", "files": [],