Skip to content

Commit 9f77b44

Browse files
committed
Updated version to 1.1.1
1 parent 4665ad9 commit 9f77b44

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you use Gradle, just include the following inside your `build.gradle` file.
4646

4747
```groovy
4848
dependencies {
49-
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.0'
49+
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.1'
5050
}
5151
```
5252

@@ -68,7 +68,7 @@ NOTE: You have to set the compiler version to `1.8` or higher.
6868
<dependency>
6969
<groupId>com.hivemq</groupId>
7070
<artifactId>hivemq-mqtt-client</artifactId>
71-
<version>1.1.0</version>
71+
<version>1.1.1</version>
7272
</dependency>
7373
</dependencies>
7474
...
@@ -85,7 +85,7 @@ To use the shaded version just append `-shaded` to the artifact name.
8585

8686
```groovy
8787
dependencies {
88-
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.0'
88+
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.1'
8989
}
9090
```
9191

@@ -98,7 +98,7 @@ dependencies {
9898
<dependency>
9999
<groupId>com.hivemq</groupId>
100100
<artifactId>hivemq-mqtt-client-shaded</artifactId>
101-
<version>1.1.0</version>
101+
<version>1.1.1</version>
102102
</dependency>
103103
</dependencies>
104104
...

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group 'com.hivemq'
16-
version '1.1.0' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
16+
version '1.1.1' + (Boolean.valueOf(System.getProperty("snapshot")) ? "-SNAPSHOT" : "")
1717
description 'HiveMQ MQTT Client is a MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java client ' +
1818
'library with different API flavours and backpressure support'
1919

0 commit comments

Comments
 (0)