From 330744af205203c0d3d8f1d5ec3ce6a4a79538b7 Mon Sep 17 00:00:00 2001 From: AE Creations Date: Wed, 26 Aug 2020 23:00:23 -0700 Subject: [PATCH] Changed extension version to 4.3beta2 - Also: Removed test update manifest URL, which is no longer needed --- wx-src/manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wx-src/manifest.json b/wx-src/manifest.json index a4d47a2..0b831e2 100644 --- a/wx-src/manifest.json +++ b/wx-src/manifest.json @@ -2,14 +2,13 @@ "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", - "version": "4.3beta1+", + "version": "4.3beta2", "homepage_url": "https://aecreations.sourceforge.io/panicbutton/index.php", "author": "AE Creations", "browser_specific_settings": { "gecko": { - "strict_min_version": "78.0", - "update_url": "https://aecreations.github.io/updates/update-test.json" + "strict_min_version": "78.0" } },