Skip to content

Commit ceba8b4

Browse files
committed
Fixed reactor module prevVersion
1 parent 5c02998 commit ceba8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactor/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description 'Adds a reactor API to the HiveMQ MQTT Client'
77
ext {
88
moduleName = 'com.hivemq.client.mqtt.reactor'
99
readableName = 'HiveMQ MQTT Client reactor module'
10-
prevVersion = '1.1.3'
10+
prevVersion = '1.1.4'
1111
}
1212

1313
dependencies {

0 commit comments

Comments
 (0)