Skip to content

Commit

Permalink
bump version to 1.9.18 and update branding display name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Feb 16, 2025
1 parent f45f016 commit 414c9c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zen-browser/surfer",
"version": "1.9.17",
"version": "1.9.18",
"description": "Simplifying building firefox forks!",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion template/branding.optional/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="${brandShortName}"
MOZ_APP_DISPLAYNAME="${brandFullName}"

if test "$DEVELOPER_OPTIONS"; then
if test "$MOZ_DEBUG"; then
Expand Down

0 comments on commit 414c9c0

Please sign in to comment.