Skip to content

Commit 9d0cc61

Browse files
committed
chore: prepare 4.1.0 release metadata
1 parent 6650db5 commit 9d0cc61

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

native/macos/ghostexHost/project.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ settings:
1313
# maintainer's Apple signing identity. Developers can set signing locally
1414
# in Xcode or with an untracked config.
1515
CODE_SIGN_STYLE: Automatic
16-
# CDXC:AutoUpdate 2026-06-08-20:20: Sparkle compares CFBundleVersion, not
16+
# CDXC:AutoUpdate 2026-06-09-23:48: Sparkle compares CFBundleVersion, not
1717
# only CFBundleShortVersionString. Release builds use semver-derived numeric
1818
# build values so each public update is greater than earlier installs.
19-
CURRENT_PROJECT_VERSION: 40003
19+
CURRENT_PROJECT_VERSION: 40100
2020
GENERATE_INFOPLIST_FILE: YES
2121
LD_RUNPATH_SEARCH_PATHS:
2222
- "$(inherited)"
2323
- "@executable_path/../Frameworks"
2424
MACOSX_DEPLOYMENT_TARGET: "13.0"
25-
# CDXC:Distribution 2026-06-08-20:20: GitHub and Sparkle release v4.0.3 must
25+
# CDXC:Distribution 2026-06-09-23:48: GitHub and Sparkle release v4.1.0 must
2626
# publish a notarized Developer ID Ghostex app whose bundle metadata
2727
# matches both GitHub release assets, Sparkle appcasts, and the
2828
# architecture-aware Ghostex update feed.
29-
MARKETING_VERSION: "4.0.3"
29+
MARKETING_VERSION: "4.1.0"
3030
SDKROOT: macosx
3131
SWIFT_VERSION: "5.0"
3232
# CDXC:ChromiumBrowserPanes 2026-05-04-16:38: Swift needs both Ghostty's

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghostex",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "ghostex native macOS workarea and sessions UI.",
66
"type": "module",

0 commit comments

Comments
 (0)