Bump version, update build script

This commit is contained in:
octospacc 2024-12-02 15:01:08 +01:00
parent 8c62d57691
commit f6b6f00189
2 changed files with 3 additions and 3 deletions

View File

@ -20,4 +20,4 @@ cd ../..
# Build WebExtension package # Build WebExtension package
npm install web-ext npm install web-ext
web-ext build --overwrite-dest --ignore-files *.xcf lib/*/ web-ext build --overwrite-dest --ignore-files logo.xcf demo.html screenshot.png build.sh lib/*/

View File

@ -2,7 +2,7 @@
"author": "OctoSpacc", "author": "OctoSpacc",
"name": "nekotsume IME", "name": "nekotsume IME",
"description": "Efficient Japanese IME for (almost) any website in your web browser!", "description": "Efficient Japanese IME for (almost) any website in your web browser!",
"version": "1.0.0", "version": "1.0.1",
"icons": { "icons": {
"32": "icons/32.png", "32": "icons/32.png",
"40": "icons/40.png", "40": "icons/40.png",
@ -35,4 +35,4 @@
"js": ["ime.js"] "js": ["ime.js"]
} }
] ]
} }