Raise minimum version to Firefox 60

Related commit:
- 19f59df22d (commitcomment-54998740)
This commit is contained in:
Raymond Hill 2021-08-17 07:16:16 -04:00
parent 75c386b4d9
commit 2cdac0d691
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -4,7 +4,7 @@
"updates": [ "updates": [
{ {
"version": "1.37.3.9", "version": "1.37.3.9",
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } }, "browser_specific_settings": { "gecko": { "strict_min_version": "60" } },
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b9/uBlock0_1.37.3b9.firefox.signed.xpi" "update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3b9/uBlock0_1.37.3b9.firefox.signed.xpi"
} }
] ]