Skip to content

Commit

Permalink
chore: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NezitX committed Dec 24, 2024
1 parent d9b28e7 commit f34a28a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down

0 comments on commit f34a28a

Please sign in to comment.