From 2805b687ae377da134ba9cd0ac1749aec88b7032 Mon Sep 17 00:00:00 2001 From: David Sondermann Date: Mon, 2 Dec 2024 13:14:57 +0000 Subject: [PATCH] Bump version to 1.3.4 --- README.md | 26 +++++++++++++------------- gradle.properties | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6704bf015..70d69a391 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- + HiveMQ MQTT Client

# HiveMQ MQTT Client @@ -99,7 +99,7 @@ If you use Gradle, just include the following inside your `build.gradle(.kts)` f ```groovy dependencies { - implementation("com.hivemq:hivemq-mqtt-client:1.3.0") + implementation("com.hivemq:hivemq-mqtt-client:1.3.4") } ``` @@ -107,10 +107,10 @@ For optional features you can choose to include additional modules: ```groovy dependencies { - implementation(platform("com.hivemq:hivemq-mqtt-client-websocket:1.3.0")) - implementation(platform("com.hivemq:hivemq-mqtt-client-proxy:1.3.0")) - implementation(platform("com.hivemq:hivemq-mqtt-client-epoll:1.3.0")) - implementation("com.hivemq:hivemq-mqtt-client-reactor:1.3.0") + implementation(platform("com.hivemq:hivemq-mqtt-client-websocket:1.3.4")) + implementation(platform("com.hivemq:hivemq-mqtt-client-proxy:1.3.4")) + implementation(platform("com.hivemq:hivemq-mqtt-client-epoll:1.3.4")) + implementation("com.hivemq:hivemq-mqtt-client-reactor:1.3.4") } ``` @@ -125,7 +125,7 @@ If you use Maven, just include the following inside your `pom.xml` file. com.hivemq hivemq-mqtt-client - 1.3.0 + 1.3.4 ... @@ -154,7 +154,7 @@ For optional features you can choose to include additional modules: com.hivemq hivemq-mqtt-client-websocket - 1.3.0 + 1.3.4 pom @@ -162,7 +162,7 @@ For optional features you can choose to include additional modules: com.hivemq hivemq-mqtt-client-proxy - 1.3.0 + 1.3.4 pom @@ -170,7 +170,7 @@ For optional features you can choose to include additional modules: com.hivemq hivemq-mqtt-client-epoll - 1.3.0 + 1.3.4 pom @@ -178,7 +178,7 @@ For optional features you can choose to include additional modules: com.hivemq hivemq-mqtt-client-reactor - 1.3.0 + 1.3.4 ... @@ -196,7 +196,7 @@ To use the shaded version just append `-shaded` to the artifact name. ```groovy dependencies { - implementation("com.hivemq:hivemq-mqtt-client-shaded:1.3.0") + implementation("com.hivemq:hivemq-mqtt-client-shaded:1.3.4") } ``` @@ -209,7 +209,7 @@ dependencies { com.hivemq hivemq-mqtt-client-shaded - 1.3.0 + 1.3.4 ... diff --git a/gradle.properties b/gradle.properties index ebf98cafe..f2d702b1a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=1.3.3 -prevVersion=1.3.2 +version=1.3.4 +prevVersion=1.3.3 # # main dependencies #