From: Damyan Ivanov Date: Thu, 17 Jan 2019 19:48:25 +0000 (+0000) Subject: bump minimum required version to 57 X-Git-Tag: 2.3~2 X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=commitdiff_plain;h=c938b652a5258af02cc93f4847e899d2f921cc7d;ds=sidebyside bump minimum required version to 57 this is the least that supports all used features --- 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",