Skip to content

Commit a210e80

Browse files
committed
update
1 parent 3a99f5a commit a210e80

File tree

15 files changed

+11
-470
lines changed

15 files changed

+11
-470
lines changed

.idea/MQTTClient.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MQTTClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class App(tk.Tk):
3030
def __init__(self):
3131
super().__init__()
3232

33-
self.title('MQTT Client 0v3')
33+
self.title('MQTT Client 0v4')
3434
self.geometry('850x450')
3535

3636
# self.rowconfigure(0, weight=1)

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ messages while developing a project with the MQTT protocol.
99

1010
## Version History
1111

12+
* 0v4 05.12.2022
13+
- Alfa MQTT Client
14+
1215
* 0v3 26.11.2022
1316
- Alfa MQTT Client
1417

dist/MQTTClient.app.zip

-22.6 KB
Binary file not shown.

dist/MQTTClient.app/Contents/Info.plist

Lines changed: 0 additions & 88 deletions
This file was deleted.
-55.9 KB
Binary file not shown.

dist/MQTTClient.app/Contents/MacOS/python

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/MQTTClient.app/Contents/PkgInfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/MQTTClient.app/Contents/Resources/__boot__.py

Lines changed: 0 additions & 151 deletions
This file was deleted.

0 commit comments

Comments
 (0)