Skip to content

Commit

Permalink
Update BrewFlasher version
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Dec 24, 2023
1 parent 520c696 commit 4dd4cf1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion About.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AboutDlg(wx.Dialog):
<p>Version {1}</p>
<p>BrewFlasher - &copy; 2019-2021 John Beeler. Licensed under MIT.</p>
<p>BrewFlasher - &copy; 2019-2023 John Beeler. Licensed under MIT.</p>
<p>Based on <a style="color: #004CE5;" href="https://github.com/marcelstoer/nodemcu-pyflasher">NodeMCU PyFlasher</a>
- &copy; 2019 Marcel St&ouml;r. Licensed under MIT.</p>
Expand Down
2 changes: 1 addition & 1 deletion Distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<choice id="com.brewflasher.macos.pkg" visible="false">
<pkg-ref id="com.brewflasher.macos.pkg"/>
</choice>
<pkg-ref id="com.brewflasher.macos.pkg" version="1.3.0" onConclusion="none">brewflasher.pkg</pkg-ref>
<pkg-ref id="com.brewflasher.macos.pkg" version="1.7.1" onConclusion="none">brewflasher.pkg</pkg-ref>
</installer-gui-script>
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

NodeMCU Flasher Code - Copyright (c) 2016 Marcel Stör
BrewFlasher Changes/ Additions - Copyright (c) 2020-2022 John Beeler
BrewFlasher Changes/ Additions - Copyright (c) 2020-2023 John Beeler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_language_code():
else:
language_message = ""

__version__ = "1.7.0"
__version__ = "1.7.1"
# __flash_help__ = '''
# <p>This setting depends on your device - but in most cases you will want to use DIO.<p>
# <p>
Expand Down
4 changes: 2 additions & 2 deletions build-on-mac-m1.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ app = BUNDLE(exe,
'NSAppleScriptEnabled': False,
'LSRequiresIPhoneOS': False,
'LSApplicationCategoryType': 'public.app-category.utilities',
'CFBundleVersion': '1.7.0',
'CFBundleShortVersionString': '1.7.0',
'CFBundleVersion': '1.7.1',
'CFBundleShortVersionString': '1.7.1',
'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.7.0',
name='BrewFlasher-1.7.1',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down

0 comments on commit 4dd4cf1

Please sign in to comment.