Skip to content

Commit

Permalink
Bump version to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Dec 2, 2024
1 parent 4f5deb8 commit eed3109
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,18 @@ 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")
}
```

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")
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=1.3.3
prevVersion=1.3.2
version=1.3.4
prevVersion=1.3.3
#
# main dependencies
#
Expand Down

0 comments on commit eed3109

Please sign in to comment.