Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Oct 19, 2022
1 parent 478d51a commit eb3b601
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import brewflasher_com_integration
firmware_list = brewflasher_com_integration.FirmwareList()

__version__ = "1.4"
__version__ = "1.5"
# __flash_help__ = '''
# <p>This setting depends on your device - but in most cases you will want to use DIO.<p>
# <p>
Expand Down
6 changes: 3 additions & 3 deletions build-on-mac-m1.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ 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={
'NSPrincipalClass': 'NSApplication',
'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'
},
Expand Down
6 changes: 3 additions & 3 deletions build-on-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ 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={
'NSPrincipalClass': 'NSApplication',
'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'
},
Expand Down
2 changes: 1 addition & 1 deletion build-on-win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eb3b601

Please sign in to comment.