diff options
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
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":{ |