diff --git a/package.json b/package.json index e680686..11140bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen-browser/surfer", - "version": "1.5.0", + "version": "1.5.1", "description": "Simplifying building firefox forks!", "main": "index.js", "bin": { diff --git a/src/commands/patches/branding-patch.ts b/src/commands/patches/branding-patch.ts index 4c30aea..2640a68 100644 --- a/src/commands/patches/branding-patch.ts +++ b/src/commands/patches/branding-patch.ts @@ -397,7 +397,7 @@ function configureProfileBranding( * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -pref("startup.homepage_override_url", "https://zen-browser.app/welcome/"); +pref("startup.homepage_override_url", "https://zen-browser.app/whatsnew?v=%VERSION%"); pref("startup.homepage_welcome_url", "https://zen-browser.app/welcome/"); pref("startup.homepage_welcome_url.additional", "https://zen-browser.app/privacy-policy/");