From a620a1c4e5a36ca7be7d571bf05386a7ecfd00d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20V=C3=A4th?= Date: Sun, 17 Nov 2019 10:15:00 +0100 Subject: [PATCH] Fixed minimally supported browser version --- ChangeLog | 3 +++ manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bce4ce9..d49ff1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for bookmarkdupes *bookmarkdupes-5.11: + Martin Väth : + - Fix minimally supported firefox version + Henaro aka Ironwool: - Update uk locales diff --git a/manifest.json b/manifest.json index 5dd68d2..91d86d4 100644 --- a/manifest.json +++ b/manifest.json @@ -58,7 +58,7 @@ "applications": { "gecko": { "id": "bookmarkdupes@martin-vaeth.org", - "strict_min_version": "48.0" + "strict_min_version": "57.0" } } }