From b9a0af3dbd4411283a64f1c7cbe9186b094f18d9 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Tue, 27 Aug 2024 10:32:36 +0200 Subject: [PATCH] Update version to 4.32.0 --- 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 b6253f25..6d8af453 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,8 +35,8 @@ plugins { /* ******************** metadata ******************** */ -val prevVersion = "4.30.0" -version = "4.31.0" +val prevVersion = "4.31.0" +version = "4.32.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 " + // diff --git a/docs/_docs/installation.md b/docs/_docs/installation.md index 9af7825a..76d1106a 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -56,7 +56,7 @@ hosts file. ## Windows Zip -Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.31.0/mqtt-cli-4.31.0-win.zip) and +Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.32.0/mqtt-cli-4.32.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`. @@ -72,8 +72,8 @@ package from the [releases page](https://github.com/hivemq/mqtt-cli/releases) vi and install the package with `sudo dpkg -i` or `sudo apt install`: ``` -wget https://github.com/hivemq/mqtt-cli/releases/download/v4.31.0/mqtt-cli-4.31.0.deb -sudo apt install ./mqtt-cli-4.31.0.deb +wget https://github.com/hivemq/mqtt-cli/releases/download/v4.32.0/mqtt-cli-4.32.0.deb +sudo apt install ./mqtt-cli-4.32.0.deb ``` *** @@ -85,7 +85,7 @@ at [releases page](https://github.com/hivemq/mqtt-cli/releases). 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.31.0/mqtt-cli-4.31.0.rpm +sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.32.0/mqtt-cli-4.32.0.rpm ``` ***