bump version to 1.9.17 and update branding display name variable

This commit is contained in:
mr. m 2025-02-16 11:41:23 +00:00
parent 9275c14c72
commit f45f016218
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -2,7 +2,7 @@
# 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/.
MOZ_APP_DISPLAYNAME="${brandFullName}"
MOZ_APP_DISPLAYNAME="${brandShortName}"
if test "$DEVELOPER_OPTIONS"; then
if test "$MOZ_DEBUG"; then