From 03cc374c5497e2b2d82eddae39bc77be3bbab4c7 Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 13 Oct 2021 20:38:23 -0400 Subject: [PATCH] Bump strict_min_version to 91.1.0 so that I can release again, see https://discourse.mozilla.org/t/can-anyone-release-extensions-right-now-to-me-it-looks-like-addons-mozilla-org-is-critically-broken/84830/25 for the rising action of what appears to be at least a year of absurdity --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 14e7636..7eac90f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "applications": { "gecko": { "id": "i2ppb@eyedeekay.github.io", - "strict_min_version": "85.0" + "strict_min_version": "91.1.0" } }, "permissions": [ @@ -27,7 +27,7 @@ ], "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "0.115", + "version": "0.117", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox", "icons": {