diff --git a/src/manifest.json b/src/manifest.json index fbd9fd1..ff775d8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "author": "BPower0036", "name": "Multi-Account Containers (Wildcard)", - "version": "8.0.8.1", + "version": "8.0.8.2", "incognito": "not_allowed", "description": "__MSG_extensionDescription__", "icons": { diff --git a/src/update.json b/src/update.json index 1494ffd..fb68d8a 100644 --- a/src/update.json +++ b/src/update.json @@ -3,9 +3,9 @@ "@testpilot-containers-wildcard": { "updates": [ { - "version": "8.0.8.1", + "version": "8.0.8.2", "browser_specific_settings": { "gecko": { "strict_min_version": "91.1.0" } }, - "update_link": "https://github.com/BPower0036/multi-account-containers/releases/download/8.0.8.1/multi_account_containers_wildcard-8.0.8.1-fx.xpi" + "update_link": "https://github.com/BPower0036/multi-account-containers/releases/download/8.0.8.2/multi_account_containers_wildcard-8.0.8.2-fx.xpi" } ] }