bump version to 1.9.18 and update branding display name variable
Some checks failed
CI / general (push) Has been cancelled

This commit is contained in:
mr. m 2025-02-16 16:04:32 +00:00
parent f45f016218
commit 414c9c0d94
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.17", "version": "1.9.18",
"description": "Simplifying building firefox forks!", "description": "Simplifying building firefox forks!",
"main": "index.js", "main": "index.js",
"bin": { "bin": {

View file

@ -2,7 +2,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # 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/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
MOZ_APP_DISPLAYNAME="${brandShortName}" MOZ_APP_DISPLAYNAME="${brandFullName}"
if test "$DEVELOPER_OPTIONS"; then if test "$DEVELOPER_OPTIONS"; then
if test "$MOZ_DEBUG"; then if test "$MOZ_DEBUG"; then