Skip to content

Commit b057dcd

Browse files
committed
build: bump version to 3.5.1 in all spec files
Bump version across all platform spec files to reflect the USB Receiver fallback fix that defaults unrecognized devices to MX Master 3S layout.
1 parent 2e9c1ba commit b057dcd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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": "3.5.0",
84-
"CFBundleVersion": "3.5.0",
83+
"CFBundleShortVersionString": "3.5.1",
84+
"CFBundleVersion": "3.5.1",
8585
"LSMinimumSystemVersion": "12.0",
8686
"LSUIElement": True,
8787
"NSHighResolutionCapable": True,

Mouser.spec

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

0 commit comments

Comments
 (0)