From d7c4bd24e0035e7b88f4a3237f65cc7c297d10d7 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Tue, 10 Jan 2023 10:27:36 +0100 Subject: [PATCH] Update version to 4.11.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 830ce2e21..45e56a308 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,8 +30,8 @@ plugins { /* ******************** metadata ******************** */ -val prevVersion = "4.9.1" -version = "4.10.0" +val prevVersion = "4.10.0" +version = "4.11.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 560c30d1d..f731593b4 100644 --- a/docs/_docs/installation.md +++ b/docs/_docs/installation.md @@ -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.10.0/mqtt-cli-4.10.0-win.zip) and +Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.11.0/mqtt-cli-4.11.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`. @@ -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.10.0/mqtt-cli-4.10.0.deb -sudo apt install ./mqtt-cli-4.10.0.deb +wget https://github.com/hivemq/mqtt-cli/releases/download/v4.11.0/mqtt-cli-4.11.0.deb +sudo apt install ./mqtt-cli-4.11.0.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.10.0/mqtt-cli-4.10.0.rpm +sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.11.0/mqtt-cli-4.11.0.rpm ``` ## Building from source