Skip to content

Commit d2b4aeb

Browse files
committed
Updated version to 1.1.3
1 parent 74f29c2 commit d2b4aeb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you use Gradle, just include the following inside your `build.gradle` file.
5454

5555
```groovy
5656
dependencies {
57-
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.2'
57+
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.3'
5858
}
5959
```
6060

@@ -76,7 +76,7 @@ NOTE: You have to set the compiler version to `1.8` or higher.
7676
<dependency>
7777
<groupId>com.hivemq</groupId>
7878
<artifactId>hivemq-mqtt-client</artifactId>
79-
<version>1.1.2</version>
79+
<version>1.1.3</version>
8080
</dependency>
8181
</dependencies>
8282
...
@@ -93,7 +93,7 @@ To use the shaded version just append `-shaded` to the artifact name.
9393

9494
```groovy
9595
dependencies {
96-
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.2'
96+
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.3'
9797
}
9898
```
9999

@@ -106,7 +106,7 @@ dependencies {
106106
<dependency>
107107
<groupId>com.hivemq</groupId>
108108
<artifactId>hivemq-mqtt-client-shaded</artifactId>
109-
<version>1.1.2</version>
109+
<version>1.1.3</version>
110110
</dependency>
111111
</dependencies>
112112
...

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ allprojects {
2828

2929
allprojects {
3030
group 'com.hivemq'
31-
version '1.1.2'
31+
version '1.1.3'
3232

3333
description 'HiveMQ MQTT Client is a MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java ' +
3434
'client library with different API flavours and backpressure support'
@@ -47,7 +47,7 @@ allprojects {
4747
licenseReadableName = 'The Apache License, Version 2.0'
4848
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
4949
shadedAppendix = 'shaded'
50-
prevVersion = '1.1.1'
50+
prevVersion = '1.1.2'
5151
}
5252
}
5353

0 commit comments

Comments
 (0)