From 0706e4637b3e834a9d2cd972beac4226b93d829d Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Sat, 30 Jul 2022 09:11:13 +0000 Subject: [PATCH] Update addon --- src/manifest.json | 2 +- src/update.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } ] }