diff --git a/dist/firefox/updates.json b/dist/firefox/updates.json index 5e96a1583..5dfe6984c 100644 --- a/dist/firefox/updates.json +++ b/dist/firefox/updates.json @@ -4,7 +4,7 @@ "updates": [ { "version": "1.32.5.10", - "browser_specific_settings": { "gecko": { "strict_min_version": "55" } }, + "browser_specific_settings": { "gecko": { "strict_min_version": "57" } }, "update_link": "https://github.com/gorhill/uBlock/releases/download/1.32.5b10/uBlock0_1.32.5b10.firefox.signed.xpi" } ] diff --git a/dist/firefox/updates.template.json b/dist/firefox/updates.template.json index 8600e1168..5c99b82ab 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": "55" } }, + "browser_specific_settings": { "gecko": { "strict_min_version": "57" } }, "update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBlock0_$tag_version.firefox.signed.xpi" } ]