File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ plugins {
35
35
36
36
/* ******************** metadata ******************** */
37
37
38
- val prevVersion = " 4.30 .0"
39
- version = " 4.31 .0"
38
+ val prevVersion = " 4.31 .0"
39
+ version = " 4.32 .0"
40
40
group = " com.hivemq"
41
41
description = " MQTT CLI is a tool that provides a feature rich command line interface for connecting, " + //
42
42
" publishing, subscribing, unsubscribing and disconnecting " + //
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ hosts file.
56
56
57
57
## Windows Zip
58
58
59
- Download the [ Windows Zipfile] ( https://github.com/hivemq/mqtt-cli/releases/download/v4.31 .0/mqtt-cli-4.31 .0-win.zip ) and
59
+ Download the [ Windows Zipfile] ( https://github.com/hivemq/mqtt-cli/releases/download/v4.32 .0/mqtt-cli-4.32 .0-win.zip ) and
60
60
extract it in your preferred location.
61
61
To execute MQTT CLI simply open the Windows Command Prompt with ` ⊞ Win ` + ` R ` and execute ` cmd ` .
62
62
Navigate 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
72
72
and install the package with ` sudo dpkg -i ` or ` sudo apt install ` :
73
73
74
74
```
75
- wget https://github.com/hivemq/mqtt-cli/releases/download/v4.31 .0/mqtt-cli-4.31 .0.deb
76
- sudo apt install ./mqtt-cli-4.31 .0.deb
75
+ wget https://github.com/hivemq/mqtt-cli/releases/download/v4.32 .0/mqtt-cli-4.32 .0.deb
76
+ sudo apt install ./mqtt-cli-4.32 .0.deb
77
77
```
78
78
79
79
***
@@ -85,7 +85,7 @@ at [releases page](https://github.com/hivemq/mqtt-cli/releases).
85
85
The preferred way is to install the package via the ` yum ` package manager. To install the package simply execute:
86
86
87
87
```
88
- sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.31 .0/mqtt-cli-4.31 .0.rpm
88
+ sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.32 .0/mqtt-cli-4.32 .0.rpm
89
89
```
90
90
91
91
***
You can’t perform that action at this time.
0 commit comments