Skip to content

Commit 8b10cbc

Browse files
committed
Update version to 4.13.0
1 parent 6560df9 commit 8b10cbc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ plugins {
3838

3939
/* ******************** metadata ******************** */
4040

41-
val prevVersion = "4.11.0"
42-
version = "4.12.0"
41+
val prevVersion = "4.12.0"
42+
version = "4.13.0"
4343
group = "com.hivemq"
4444
description = "MQTT CLI is a tool that provides a feature rich command line interface for connecting, " +
4545
"publishing, subscribing, unsubscribing and disconnecting " +

docs/_docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ brew install hivemq/mqtt-cli/mqtt-cli
4545

4646
## Windows Zip
4747

48-
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.12.0/mqtt-cli-4.12.0-win.zip) and
48+
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.13.0/mqtt-cli-4.13.0-win.zip) and
4949
extract it in your preferred location.
5050
To execute MQTT CLI simply open the Windows Command Prompt with `⊞ Win` + `R` and execute `cmd`.
5151
Navigate into the extracted MQTT CLI folder and execute `mqtt-cli.exe`.
@@ -60,8 +60,8 @@ If you are using a *nix operating system which operates with debian packages you
6060
and install the package with `sudo dpkg -i` or `sudo apt install`:
6161

6262
```
63-
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.12.0/mqtt-cli-4.12.0.deb
64-
sudo apt install ./mqtt-cli-4.12.0.deb
63+
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.13.0/mqtt-cli-4.13.0.deb
64+
sudo apt install ./mqtt-cli-4.13.0.deb
6565
```
6666

6767
***
@@ -72,7 +72,7 @@ For Red Hat, Fedora, Mandriva, OpenSuse, CentOS distributions you can use the rp
7272
The preferred way is to install the package via the `yum` package manager. To install the package simply execute:
7373

7474
```
75-
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.12.0/mqtt-cli-4.12.0.rpm
75+
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.13.0/mqtt-cli-4.13.0.rpm
7676
```
7777

7878
## Building from source

0 commit comments

Comments
 (0)