diff --git a/tdmgr.spec b/tdmgr.spec index a956f12..b73ad7c 100644 --- a/tdmgr.spec +++ b/tdmgr.spec @@ -22,7 +22,7 @@ exe = EXE(pyz, a.zipfiles, a.datas, [], - name='tdmgr_0.2.11', + name='tdmgr_0.2.13', debug=False, bootloader_ignore_signals=False, strip=False, diff --git a/tdmgr32.spec b/tdmgr32.spec index ac6a3bf..3908b3d 100644 --- a/tdmgr32.spec +++ b/tdmgr32.spec @@ -22,7 +22,7 @@ exe = EXE(pyz, a.zipfiles, a.datas, [], - name='tdmgr_0.2.11_x86', + name='tdmgr_0.2.13_x86', debug=False, bootloader_ignore_signals=False, strip=False, diff --git a/tdmgr_mac.spec b/tdmgr_mac.spec index 1b87b33..7bd8c91 100644 --- a/tdmgr_mac.spec +++ b/tdmgr_mac.spec @@ -19,12 +19,12 @@ exe = EXE(pyz, a.binaries, a.zipfiles, a.datas, - name='tdmgr_0.2.11', + name='tdmgr_0.2.13', debug=False, strip=False, upx=True, console=False , icon='tdmgr.icns') app = BUNDLE(exe, - name='tdmgr_0.2.11.app', + name='tdmgr_0.2.13.app', icon='tdmgr.icns', bundle_identifier='com.tasmota.tdmgr')