diff options
author | hackademix <giorgio@maone.net> | 2018-07-15 23:06:00 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2018-07-17 02:03:48 +0200 |
commit | eb929a0aff3a23a53f750ab3c866fbec57107fbb (patch) | |
tree | 8e8ca663fa9862f7b0341a6f4ac89f9164ac2f46 | |
parent | a1eb9c2cbd822184ee8768c85c9bb4c0d41642a9 (diff) |
Bumped min compatible Gecko version to 60, extension version to 7.14.2.
-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":{ |