Skip to content

Commit

Permalink
Changed extension version to 5.0rc1 (4.999.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
aecreations committed Mar 20, 2024
1 parent 468f9bb commit 773a2ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions wx-src/manifest.json
Expand Up @@ -2,15 +2,14 @@
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "4.998.2",
"version": "4.999.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",
"update_url": "https://aecreations.github.io/updates/update-test.json"
"strict_min_version": "115.0"
}
},

Expand Down
2 changes: 1 addition & 1 deletion wx-src/scripts/aeConst.js
Expand Up @@ -5,7 +5,7 @@

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

PANICBUTTON_ACTION_REPLACE: 0,
Expand Down

0 comments on commit 773a2ee

Please sign in to comment.