Skip to content

Commit

Permalink
Update version to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Sep 28, 2022
1 parent ded0f60 commit f6ece12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.3"
version = "4.8.4"
val prevVersion = "4.8.4"
version = "4.9.0"
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
14 changes: 7 additions & 7 deletions docs/_docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,17 @@ $ brew install hivemq/mqtt-cli/mqtt-cli


> **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.
You can use `brew cask install adoptopenjdk` to install the latest release of adoptopenjdk.
> You can use `brew cask install adoptopenjdk` to install the latest release of adoptopenjdk.
> **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``.
You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"`` to append this configuration to your hosts file.
> You can use ``sudo sh -c "echo 127.0.0.1 localhost $(hostname) >> /etc/hosts"`` to append this configuration to your hosts file.
***

## Windows Zip

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.
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.9.0/mqtt-cli-4.9.0-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 @@ -58,10 +59,9 @@ To quick start the shell simply double-click the `mqtt-cli-shell.cmd` file.
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`
and install the package with `sudo dpkg -i` or `sudo apt install`:


```
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
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.9.0/mqtt-cli-4.9.0.deb
sudo apt install ./mqtt-cli-4.9.0.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.4/mqtt-cli-4.8.4.rpm
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.9.0/mqtt-cli-4.9.0.rpm
```

## Building from source
Expand Down

0 comments on commit f6ece12

Please sign in to comment.