Skip to content

Commit f6ece12

Browse files
Update version to 4.9.0
1 parent ded0f60 commit f6ece12

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.3"
34-
version = "4.8.4"
33+
val prevVersion = "4.8.4"
34+
version = "4.9.0"
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,17 @@ $ brew install hivemq/mqtt-cli/mqtt-cli
3636

3737

3838
> **NOTE**: If you encounter an error like `Java 1.8+ is required to install this formula` please install a java version higher than 1.8.
39-
You can use `brew cask install adoptopenjdk` to install the latest release of adoptopenjdk.
39+
> You can use `brew cask install adoptopenjdk` to install the latest release of adoptopenjdk.
4040
4141
> **NOTE**: As latency-issues may slow down the CLI under **Mac OS X** please verify that you have the entry ``127.0.0.1 localhost your-pc-name`` specified under ``/etc/hosts``.
42-
You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"`` to append this configuration to your hosts file.
42+
> You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"`` to append this configuration to your hosts file.
4343
4444
***
4545

4646
## Windows Zip
4747

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.
48+
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.9.0/mqtt-cli-4.9.0-win.zip) and
49+
extract it in your preferred location.
4950
To execute MQTT CLI simply open the Windows Command Prompt with `⊞ Win` + `R` and execute `cmd`.
5051
Navigate into the extracted MQTT CLI folder and execute `mqtt-cli.exe`.
5152

@@ -58,10 +59,9 @@ To quick start the shell simply double-click the `mqtt-cli-shell.cmd` file.
5859
If you are using a *nix operating system which operates with debian packages you can download the MQTT CLI debian package from the [releases page](https://github.com/hivemq/mqtt-cli/releases) via `wget` or `curl`
5960
and install the package with `sudo dpkg -i` or `sudo apt install`:
6061

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

7878
## Building from source

0 commit comments

Comments
 (0)