Skip to content

Commit ded0f60

Browse files
committed
Update version to 4.8.4
1 parent 18bf118 commit ded0f60

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
@@ -30,8 +30,8 @@ plugins {
3030

3131
/* ******************** metadata ******************** */
3232

33-
val prevVersion = "4.8.2"
34-
version = "4.8.3"
33+
val prevVersion = "4.8.3"
34+
version = "4.8.4"
3535
group = "com.hivemq"
3636
description = "MQTT CLI is a tool that provides a feature rich command line interface for connecting, " +
3737
"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 @@ You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"``
4545

4646
## Windows Zip
4747

48-
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3-win.zip) and extract it in your preferred location.
48+
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.8.4/mqtt-cli-4.8.4-win.zip) and extract it in your preferred location.
4949
To execute MQTT CLI simply open the Windows Command Prompt with `⊞ Win` + `R` and execute `cmd`.
5050
Navigate into the extracted MQTT CLI folder and execute `mqtt-cli.exe`.
5151

@@ -60,8 +60,8 @@ and install the package with `sudo dpkg -i` or `sudo apt install`:
6060

6161

6262
```
63-
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3.deb
64-
sudo apt install ./mqtt-cli-4.8.3.deb
63+
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.8.4/mqtt-cli-4.8.4.deb
64+
sudo apt install ./mqtt-cli-4.8.4.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.8.3/mqtt-cli-4.8.3.rpm
75+
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.8.4/mqtt-cli-4.8.4.rpm
7676
```
7777

7878
## Building from source

0 commit comments

Comments
 (0)