Skip to content

Commit eeb84e5

Browse files
committed
build: bump version to 3.5.0 in macOS spec files
Update CFBundleShortVersionString and CFBundleVersion to 3.5.0 in both Mouser.spec and Mouser-mac.spec for the v3.5 release.
1 parent e301831 commit eeb84e5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mouser-mac.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ app = BUNDLE(
8080
info_plist={
8181
"CFBundleDisplayName": "Mouser",
8282
"CFBundleName": "Mouser",
83-
"CFBundleShortVersionString": "1.0.0",
84-
"CFBundleVersion": "1.0.0",
83+
"CFBundleShortVersionString": "3.5.0",
84+
"CFBundleVersion": "3.5.0",
8585
"LSMinimumSystemVersion": "12.0",
8686
"LSUIElement": True,
8787
"NSHighResolutionCapable": True,

Mouser.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,8 @@ if sys.platform == 'darwin':
257257
icon='images/AppIcon.icns',
258258
bundle_identifier='com.mouser.app',
259259
info_plist={
260-
'CFBundleShortVersionString': '1.0.0',
260+
'CFBundleShortVersionString': '3.5.0',
261+
'CFBundleVersion': '3.5.0',
261262
'LSUIElement': True, # Runs in background (menu bar app)
262263
'NSHighResolutionCapable': True,
263264
},

0 commit comments

Comments
 (0)