Skip to content

Commit

Permalink
Changed extension version to 5.0b1 (MV3 version 4.99.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
aecreations committed Sep 19, 2023
1 parent dbaa5e7 commit b76feb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions wx-src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "4.98.1",
"version": "4.99.1",
"homepage_url": "https://aecreations.io/panicbutton/index.php",
"author": "AE Creations",

"browser_specific_settings": {
"gecko": {
"id": "{24cea704-946d-11da-a72b-0800200c9a66}",
"strict_min_version": "115.0"
"strict_min_version": "115.0",
"update_url": "https://aecreations.github.io/updates/update-test.json"
}
},

Expand Down
2 changes: 1 addition & 1 deletion wx-src/scripts/aeConst.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

const aeConst = Object.freeze({
DEBUG: true,
DEV_BUILD: true,
DEV_BUILD: false,

// Extension GUID
EXTENSION_ID: "{24cea704-946d-11da-a72b-0800200c9a66}",
Expand Down

0 comments on commit b76feb3

Please sign in to comment.