From 2f4952e769a4b23100a2813e093f1f65d2166bf6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 10 Jan 2021 12:53:42 -0500 Subject: [PATCH] Raise minimum version of dev build as well Related feedback: - https://github.com/gorhill/uBlock/commit/fee756dea02b21f26872fae49652eac2ce486884#r45819566 --- dist/firefox/updates.json | 2 +- dist/firefox/updates.template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } ]