Skip to content

Commit

Permalink
Update version to 4.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gitseti committed Sep 6, 2022
1 parent 18bf118 commit ded0f60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ plugins {

/* ******************** metadata ******************** */

val prevVersion = "4.8.2"
version = "4.8.3"
val prevVersion = "4.8.3"
version = "4.8.4"
group = "com.hivemq"
description = "MQTT CLI is a tool that provides a feature rich command line interface for connecting, " +
"publishing, subscribing, unsubscribing and disconnecting " +
Expand Down
8 changes: 4 additions & 4 deletions docs/_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"``

## Windows Zip

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.
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.
To execute MQTT CLI simply open the Windows Command Prompt with `⊞ Win` + `R` and execute `cmd`.
Navigate into the extracted MQTT CLI folder and execute `mqtt-cli.exe`.

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


```
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3.deb
sudo apt install ./mqtt-cli-4.8.3.deb
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.8.4/mqtt-cli-4.8.4.deb
sudo apt install ./mqtt-cli-4.8.4.deb
```

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

```
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.8.3/mqtt-cli-4.8.3.rpm
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.8.4/mqtt-cli-4.8.4.rpm
```

## Building from source
Expand Down

0 comments on commit ded0f60

Please sign in to comment.