diff --git a/build.gradle.kts b/build.gradle.kts index 84651c0b3..854cc6e48 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,8 +35,8 @@ plugins { /* ******************** metadata ******************** */ -val prevVersion = "4.18.0" -version = "4.19.0" +val prevVersion = "4.19.0" +version = "4.20.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 b06f8d4ea..284b423bd 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.19.0/mqtt-cli-4.19.0-win.zip) and +Download the [Windows Zipfile](https://github.com/hivemq/mqtt-cli/releases/download/v4.20.0/mqtt-cli-4.20.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.19.0/mqtt-cli-4.19.0.deb -sudo apt install ./mqtt-cli-4.19.0.deb +wget https://github.com/hivemq/mqtt-cli/releases/download/v4.20.0/mqtt-cli-4.20.0.deb +sudo apt install ./mqtt-cli-4.20.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.19.0/mqtt-cli-4.19.0.rpm +sudo yum install -y https://github.com/hivemq/mqtt-cli/releases/download/v4.20.0/mqtt-cli-4.20.0.rpm ``` *** diff --git a/specs/hivemq-openapi.yaml b/specs/hivemq-openapi.yaml index 8f835f9e6..74ac7ac20 100644 --- a/specs/hivemq-openapi.yaml +++ b/specs/hivemq-openapi.yaml @@ -78,7 +78,7 @@ info: ## OpenAPI HiveMQ's REST API provides an OpenAPI 3.0 schema definition that can imported into popular API tooling (e.g. Postman) or can be used to generate client-code for multiple programming languages. title: HiveMQ REST API - version: 4.20.0-SNAPSHOT + version: 4.20.0 x-logo: url: https://www.hivemq.com/img/svg/hivemq-bee.svg tags: