From c938b652a5258af02cc93f4847e899d2f921cc7d Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 17 Jan 2019 19:48:25 +0000 Subject: [PATCH] bump minimum required version to 57 this is the least that supports all used features --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 33b73d9..8f233a4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "applications": { "gecko": { "id": "{8fb11c5b-84eb-4da0-9128-292eacce2dcb}", - "strict_min_version": "42.0" + "strict_min_version": "57.0" } }, "author": "Damyan Ivanov", -- 2.39.2