diff --git a/wx-src/manifest.json b/wx-src/manifest.json index 2131764..525f6ba 100644 --- a/wx-src/manifest.json +++ b/wx-src/manifest.json @@ -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" } }, diff --git a/wx-src/scripts/aeConst.js b/wx-src/scripts/aeConst.js index a1f9b08..ab859e2 100644 --- a/wx-src/scripts/aeConst.js +++ b/wx-src/scripts/aeConst.js @@ -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,