From ded0f605cfae29660189e79007b3f7a33c8b55f7 Mon Sep 17 00:00:00 2001 From: gitseti Date: Tue, 6 Sep 2022 08:47:38 +0200 Subject: [PATCH] Update version to 4.8.4 --- build.gradle.kts | 4 ++-- docs/_docs/installation.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index efef82774..f95f51abb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 " + diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 19dc80c35..84be943e0 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -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`. @@ -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 ``` *** @@ -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