From cffad0c8ad5b24539b2ddeec94993577d34f4310 Mon Sep 17 00:00:00 2001 From: Lesley Norton Date: Mon, 1 Nov 2021 15:41:57 -0500 Subject: [PATCH] Bump minimum version number per AMO guidelines --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 89ffc63..bc2035a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,7 +11,7 @@ "applications": { "gecko": { "id": "@testpilot-containers", - "strict_min_version": "67.0" + "strict_min_version": "91.1.0" } }, "homepage_url": "https://github.com/mozilla/multi-account-containers#readme",