Skip to content

Commit e22e4d4

Browse files
committed
Updated version to 1.1.4
1 parent 051a5e1 commit e22e4d4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

6969
```groovy
7070
dependencies {
71-
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.3'
71+
compile group: 'com.hivemq', name: 'hivemq-mqtt-client', version: '1.1.4'
7272
}
7373
```
7474

@@ -90,7 +90,7 @@ NOTE: You have to set the compiler version to `1.8` or higher.
9090
<dependency>
9191
<groupId>com.hivemq</groupId>
9292
<artifactId>hivemq-mqtt-client</artifactId>
93-
<version>1.1.3</version>
93+
<version>1.1.4</version>
9494
</dependency>
9595
</dependencies>
9696
...
@@ -107,7 +107,7 @@ To use the shaded version just append `-shaded` to the artifact name.
107107

108108
```groovy
109109
dependencies {
110-
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.3'
110+
compile group: 'com.hivemq', name: 'hivemq-mqtt-client-shaded', version: '1.1.4'
111111
}
112112
```
113113

@@ -120,7 +120,7 @@ dependencies {
120120
<dependency>
121121
<groupId>com.hivemq</groupId>
122122
<artifactId>hivemq-mqtt-client-shaded</artifactId>
123-
<version>1.1.3</version>
123+
<version>1.1.4</version>
124124
</dependency>
125125
</dependencies>
126126
...

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ allprojects {
2626

2727
allprojects {
2828
group 'com.hivemq'
29-
version '1.1.3'
29+
version '1.1.4'
3030

3131
description 'HiveMQ MQTT Client is a MQTT 5.0 and MQTT 3.1.1 compatible and feature-rich high-performance Java ' +
3232
'client library with different API flavours and backpressure support'
@@ -45,7 +45,7 @@ allprojects {
4545
licenseReadableName = 'The Apache License, Version 2.0'
4646
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
4747
shadedAppendix = 'shaded'
48-
prevVersion = '1.1.2'
48+
prevVersion = '1.1.3'
4949
}
5050
}
5151

0 commit comments

Comments
 (0)