From 84aa1fd0e6162ee6aa7f1ab7881865c2f210e92b Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 5 Oct 2017 12:19:18 -0400 Subject: [PATCH] fix min version number --- platform/webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index ad02944..21152ab 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -2,7 +2,7 @@ "applications": { "gecko": { "id": "uMatrix@raymondhill.net", - "strict_min_version": "56.*" + "strict_min_version": "56.0a1" } }, "author": "Raymond Hill",