Skip to content

Commit

Permalink
version bump to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jziolkowski committed Sep 21, 2020
1 parent 2cb425a commit b686958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='tasmotizer',
version="1.1d",
version="1.2",
url='https://github.com/tasmota/tasmotizer',
py_modules=['tasmotizer', 'gui', 'tasmotizer-esptool', 'banner'],
license='GPLv3',
Expand Down
2 changes: 1 addition & 1 deletion tasmotizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def __init__(self):

self.esp_thread = None

self.setWindowTitle('Tasmotizer 1.1d')
self.setWindowTitle('Tasmotizer 1.2')
self.setMinimumWidth(480)

self.mode = 0 # BIN file
Expand Down

0 comments on commit b686958

Please sign in to comment.