Skip to content

Commit

Permalink
Small corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
matesh committed Mar 5, 2022
1 parent bf7bf60 commit 9931ebf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
+ [Linux - Running MQTTk](#linux---running-mqttk)
- [Using the app](#using-the-app)
* [Features](#features)
* [Screenshots](#screenshots)
* [Planned features](#planned-features)
+ [V1.1](#v11)
+ [V1.2](#v12)
+ [V1.3](#v13)
- [Building the app from source](#building-the-app-from-source)
Expand All @@ -37,6 +37,7 @@
* [macOS universal2 appimage](#macos-universal2-appimage)
* [Linux binary package or app](#linux-binary-package-or-app)


# Introduction
MQTTk is a very lightweight MQTT GUI client that looks retarded, but it does the job fast in a native
fashion, without bloated and sluggish browser, java and javascript based rubbish that may look good, but
Expand Down Expand Up @@ -217,6 +218,8 @@ Connection profiles, subscription and publish history and saved message template
Messages can be dumped into .CSV and .JSON formats. Message payload is exported as unicode text if possible,
otherwise it is encoded in base64.

## Screenshots

Subscribe interface

![Subscribe interface](/assets/subscribe.png)
Expand Down
2 changes: 1 addition & 1 deletion mqttk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ app = BUNDLE(exe,
name='mqttk.app',
icon='mqttk.icns',
bundle_identifier='com.mateszabo.mqttk',
version='0.1.0')
version='1.1.0')

0 comments on commit 9931ebf

Please sign in to comment.