diff --git a/Main.py b/Main.py index a066e4f..4a41aff 100644 --- a/Main.py +++ b/Main.py @@ -24,7 +24,7 @@ import brewflasher_com_integration firmware_list = brewflasher_com_integration.FirmwareList() -__version__ = "1.4" +__version__ = "1.5" # __flash_help__ = ''' #
This setting depends on your device - but in most cases you will want to use DIO.
#
diff --git a/build-on-mac-m1.spec b/build-on-mac-m1.spec index 9a87611..2af2c3d 100644 --- a/build-on-mac-m1.spec +++ b/build-on-mac-m1.spec @@ -28,7 +28,7 @@ exe = EXE(pyz, codesign_identity='Developer ID Application: John Beeler (RAS94LVJ7S)', console=False , icon='images/icon-512.icns') app = BUNDLE(exe, - name='BrewFlasher-1.4.app', + name='BrewFlasher-1.5.app', icon='./images/icon-512.icns', bundle_identifier='com.brewflasher.macos', info_plist={ @@ -36,8 +36,8 @@ app = BUNDLE(exe, 'NSAppleScriptEnabled': False, 'LSRequiresIPhoneOS': False, 'LSApplicationCategoryType': 'public.app-category.utilities', - 'CFBundleVersion': '1.4.0', - 'CFBundleShortVersionString': '1.4', + 'CFBundleVersion': '1.5.0', + 'CFBundleShortVersionString': '1.5', 'CFBundleSignature': 'BFLS', 'LSMinimumSystemVersion': '10.4.0' }, diff --git a/build-on-mac.spec b/build-on-mac.spec index 790c78b..42819c0 100644 --- a/build-on-mac.spec +++ b/build-on-mac.spec @@ -28,7 +28,7 @@ exe = EXE(pyz, codesign_identity='Developer ID Application: John Beeler (RAS94LVJ7S)', console=False , icon='images/icon-512.icns') app = BUNDLE(exe, - name='BrewFlasher-1.4.app', + name='BrewFlasher-1.5.app', icon='./images/icon-512.icns', bundle_identifier='com.brewflasher.macos', info_plist={ @@ -36,8 +36,8 @@ app = BUNDLE(exe, 'NSAppleScriptEnabled': False, 'LSRequiresIPhoneOS': False, 'LSApplicationCategoryType': 'public.app-category.utilities', - 'CFBundleVersion': '1.4.0', - 'CFBundleShortVersionString': '1.4', + 'CFBundleVersion': '1.5.0', + 'CFBundleShortVersionString': '1.5', 'CFBundleSignature': 'BFLS', 'LSMinimumSystemVersion': '10.4.0' }, diff --git a/build-on-win.spec b/build-on-win.spec index 1f25b3c..b57da92 100644 --- a/build-on-win.spec +++ b/build-on-win.spec @@ -26,7 +26,7 @@ exe = EXE(pyz, a.zipfiles, a.datas, [], - name='BrewFlasher-1.4', + name='BrewFlasher-1.5', debug=False, bootloader_ignore_signals=False, strip=False,