File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments