From cb87997bcebeff7e5bed7db41b5fcff27fea93db Mon Sep 17 00:00:00 2001 From: Thomas Vogt Date: Tue, 17 Aug 2021 23:33:20 +0200 Subject: [PATCH] Update strict_min_version to 60 --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index da51399..0919f2d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -79,7 +79,7 @@ "applications": { "gecko": { "id": "passff@invicem.pro", - "strict_min_version": "50.0" + "strict_min_version": "60.0" } } }