From eb929a0aff3a23a53f750ab3c866fbec57107fbb Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 15 Jul 2018 23:06:00 +0200 Subject: Bumped min compatible Gecko version to 60, extension version to 7.14.2. --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 6deb2ec..92bb739 100644 --- a/manifest.json +++ b/manifest.json @@ -2,13 +2,13 @@ "manifest_version": 2, "name": "GNU LibreJS [webExtensions]", "short_name": "LibreJS [experimental]", - "version": "7.14.1", + "version": "7.14.2", "author": "various", "description": "Only allows free and/or trivial Javascript to run.", "applications": { "gecko": { "id": "jid1-KtlZuoiikVfFew@jetpack", - "strict_min_version": "57.0" + "strict_min_version": "60.0" } }, "icons":{ -- cgit v1.2.3