Skip to content

Commit

Permalink
update version to 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DC2-DanielKrueger committed Dec 6, 2022
1 parent b9b993f commit 39fa0f1
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.9.0"
version = "4.9.1"
val prevVersion = "4.9.1"
version = "4.10.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
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 @@ $ brew install hivemq/mqtt-cli/mqtt-cli

## Windows Zip

Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.9.1/mqtt-cli-4.9.1-win.zip) and
Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.10.0/mqtt-cli-4.10.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 @@ -60,8 +60,8 @@ If you are using a *nix operating system which operates with debian packages you
and install the package with `sudo dpkg -i` or `sudo apt install`:

```
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.9.1/mqtt-cli-4.9.1.deb
sudo apt install ./mqtt-cli-4.9.1.deb
wget https://github.com/hivemq/mqtt-cli/releases/download/v4.10.0/mqtt-cli-4.10.0.deb
sudo apt install ./mqtt-cli-4.10.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.9.1/mqtt-cli-4.9.1.rpm
sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.10.0/mqtt-cli-4.10.0.rpm
```

## Building from source
Expand Down

0 comments on commit 39fa0f1

Please sign in to comment.