Skip to content

Commit

Permalink
fix: version number fix for chrome manifest (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilar6195 authored Sep 8, 2023
1 parent 8046dfa commit 6750d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dev:firefox": "web-ext run -s .build --target=firefox-desktop --devtools --start-url=https://chibisafe.moe",
"watch:chrome": "npm-watch build:chrome",
"watch:firefox": "npm-watch build:firefox",
"package:chrome": "npm run build:chrome && web-ext build -s .build --filename \"{name}-{version}-chrome.zip\"",
"package:chrome": "npm run build:chrome && web-ext build -s .build --filename \"{name}-{version_name}-chrome.zip\"",
"package:firefox": "npm run build:firefox && web-ext build -s .build --filename \"{name}-{version}-firefox.zip\"",
"build:chrome": "npm run build:clean && npm run build:copy-chrome",
"build:firefox": "npm run build:clean && npm run build:copy-firefox",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 3,
"name": "chibisafe Uploader",
"description": "Uploader for chibisafe",
"version": "2.0",
"version_name": "Holo",
"version": "2023.9.8.0",
"version_name": "2.0",
"minimum_chrome_version": "93.0",
"options_ui": {
"page": "settings.html",
Expand Down

0 comments on commit 6750d6e

Please sign in to comment.