Raise minimum version of dev build as well

Related feedback:
- fee756dea0 (r45819566)
This commit is contained in:
Raymond Hill 2021-01-10 12:53:42 -05:00
parent fee756dea0
commit 2f4952e769
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 2 additions and 2 deletions

View file

@ -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"
}
]

View file

@ -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"
}
]