mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Raise minimum version of dev build as well
Related feedback:
- fee756dea0 (r45819566)
This commit is contained in:
parent
fee756dea0
commit
2f4952e769
2 changed files with 2 additions and 2 deletions
2
dist/firefox/updates.json
vendored
2
dist/firefox/updates.json
vendored
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
2
dist/firefox/updates.template.json
vendored
2
dist/firefox/updates.template.json
vendored
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue