diff --git a/dist/firefox/updates.json b/dist/firefox/updates.json index a82eb1c74..a36b32b09 100644 --- a/dist/firefox/updates.json +++ b/dist/firefox/updates.json @@ -3,9 +3,9 @@ "uBlock0@raymondhill.net": { "updates": [ { - "version": "1.37.3.103", - "browser_specific_settings": { "gecko": { "strict_min_version": "57" } }, - "update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3rc3/uBlock0_1.37.3rc3.firefox.signed.xpi" + "version": "1.38.1.2", + "browser_specific_settings": { "gecko": { "strict_min_version": "60" } }, + "update_link": "https://github.com/gorhill/uBlock/releases/download/1.38.1b2/uBlock0_1.38.1b2.firefox.signed.xpi" } ] } diff --git a/dist/firefox/updates.template.json b/dist/firefox/updates.template.json index 5c99b82ab..98a39226e 100644 --- a/dist/firefox/updates.template.json +++ b/dist/firefox/updates.template.json @@ -4,7 +4,7 @@ "updates": [ { "version": "$ext_version", - "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/$tag_version/uBlock0_$tag_version.firefox.signed.xpi" } ]