File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ plugins {
3535
3636/* ******************** metadata ******************** */
3737
38- val prevVersion = " 4.44 .0"
39- version = " 4.45 .0"
38+ val prevVersion = " 4.45 .0"
39+ version = " 4.46 .0"
4040group = " com.hivemq"
4141description = " MQTT CLI is a tool that provides a feature rich command line interface for connecting, " + //
4242 " publishing, subscribing, unsubscribing and disconnecting " + //
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ hosts file.
5656
5757## Windows Zip
5858
59- Download the [ Windows Zipfile] ( https://github.com/hivemq/mqtt-cli/releases/download/v4.45 .0/mqtt-cli-4.45 .0-win.zip ) and
59+ Download the [ Windows Zipfile] ( https://github.com/hivemq/mqtt-cli/releases/download/v4.46 .0/mqtt-cli-4.46 .0-win.zip ) and
6060extract it in your preferred location.
6161To execute MQTT CLI simply open the Windows Command Prompt with ` ⊞ Win ` + ` R ` and execute ` cmd ` .
6262Navigate into the extracted MQTT CLI folder and execute ` mqtt-cli.exe ` .
@@ -72,8 +72,8 @@ package from the [releases page](https://github.com/hivemq/mqtt-cli/releases) vi
7272and install the package with ` sudo dpkg -i ` or ` sudo apt install ` :
7373
7474```
75- wget https://github.com/hivemq/mqtt-cli/releases/download/v4.45 .0/mqtt-cli-4.45 .0.deb
76- sudo apt install ./mqtt-cli-4.45 .0.deb
75+ wget https://github.com/hivemq/mqtt-cli/releases/download/v4.46 .0/mqtt-cli-4.46 .0.deb
76+ sudo apt install ./mqtt-cli-4.46 .0.deb
7777```
7878
7979***
@@ -85,7 +85,7 @@ at [releases page](https://github.com/hivemq/mqtt-cli/releases).
8585The preferred way is to install the package via the ` yum ` package manager. To install the package simply execute:
8686
8787```
88- sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.45 .0/mqtt-cli-4.45 .0.rpm
88+ sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.46 .0/mqtt-cli-4.46 .0.rpm
8989```
9090
9191***
You can’t perform that action at this time.
0 commit comments