diff --git a/wx-src/manifest.json b/wx-src/manifest.json index 0e26aa1..5bab736 100644 --- a/wx-src/manifest.json +++ b/wx-src/manifest.json @@ -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" } }, diff --git a/wx-src/scripts/aeConst.js b/wx-src/scripts/aeConst.js index 00ce5b9..816558e 100644 --- a/wx-src/scripts/aeConst.js +++ b/wx-src/scripts/aeConst.js @@ -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}",