bump version to 1.9.20 and update release notes URL
Some checks failed
CI / general (push) Has been cancelled

This commit is contained in:
mr. M 2025-03-08 01:58:53 +01:00
parent 7e928eb3cc
commit 674f6806dc
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@zen-browser/surfer", "name": "@zen-browser/surfer",
"version": "1.9.19", "version": "1.9.20",
"description": "Simplifying building firefox forks!", "description": "Simplifying building firefox forks!",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View file

@ -410,7 +410,7 @@ pref("app.update.promptWaitTime", 691200);
// wizard. // wizard.
pref("app.update.url.manual", "https://zen-browser.app/download/"); pref("app.update.url.manual", "https://zen-browser.app/download/");
pref("app.update.url.details", "https://zen-browser.app/release-notes/latest/"); pref("app.update.url.details", "https://zen-browser.app/release-notes/latest/");
pref("app.releaseNotesURL", "https://zen-browser.app/release-notes/%VERSION%/"); pref("app.releaseNotesURL", "https://zen-browser.app/whatsnew/");
pref("app.releaseNotesURL.aboutDialog", "https://www.zen-browser.app/release-notes/%VERSION%/"); pref("app.releaseNotesURL.aboutDialog", "https://www.zen-browser.app/release-notes/%VERSION%/");
pref("app.releaseNotesURL.prompt", "https://zen-browser.app/release-notes/%VERSION%/"); pref("app.releaseNotesURL.prompt", "https://zen-browser.app/release-notes/%VERSION%/");