From 1c45aa35a38cfded28b8fd311c091b17c99802d4 Mon Sep 17 00:00:00 2001 From: Ian Parker Date: Tue, 22 Sep 2020 19:56:24 +0100 Subject: [PATCH] Fix Firefox extension validation by increasing min version --- platform/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 41cddd0..fe82960 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -2,7 +2,7 @@ "browser_specific_settings": { "gecko": { "id": "nuTensor@geekprojects.com", - "strict_min_version": "56.0a1" + "strict_min_version": "60.0" } }, "author": "Raymond Hill",