Skip to content

Commit 1e53e17

Browse files
committed
Update version to 4.8.2
1 parent fd9b57d commit 1e53e17

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins {
3030
/* ******************** metadata ******************** */
3131

3232
val prevVersion = "4.8.1"
33-
version = "4.8.2-SNAPSHOT"
33+
version = "4.8.2"
3434
group = "com.hivemq"
3535
description = "MQTT CLI is a tool that provides a feature rich command line interface for connecting, " +
3636
"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.1/mqtt-cli-4.8.1-win.zip) and extract it in your preferred location.
48+
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.8.2/mqtt-cli-4.8.2-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.1/mqtt-cli-4.8.1.deb
64-
sudo apt install ./mqtt-cli-4.8.1.deb
63+
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.8.2/mqtt-cli-4.8.2.deb
64+
sudo apt install ./mqtt-cli-4.8.2.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.1/mqtt-cli-4.8.1.rpm
75+
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.8.2/mqtt-cli-4.8.2.rpm
7676
```
7777

7878
## Building from source

0 commit comments

Comments
 (0)