From 20dbfc3078f2f467b8960ffad10e00bf19822ce9 Mon Sep 17 00:00:00 2001 From: AE Creations Date: Sun, 27 Oct 2024 17:50:34 -0700 Subject: [PATCH] Changed extension version to 5.0.1a0 (5.0.0.97) --- wx-src/manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wx-src/manifest.json b/wx-src/manifest.json index a4e2452..98fe0ec 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": "5.0", + "version": "5.0.0.97", "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" } },