Skip to content

Commit b51bb61

Browse files
authored
0.74.0
* Refactor list state machine. * Refactor subscription state machine.
2 parents 7d632f9 + 0ac1100 commit b51bb61

File tree

6 files changed

+177
-191
lines changed

6 files changed

+177
-191
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subprojects {
55
apply plugin: 'maven'
66

77
group 'org.iot-dsa'
8-
version '0.73.2'
8+
version '0.74.0'
99

1010
targetCompatibility = JavaVersion.VERSION_1_8
1111
sourceCompatibility = JavaVersion.VERSION_1_8
@@ -60,5 +60,5 @@ allprojects {
6060
}
6161

6262
wrapper {
63-
gradleVersion = '5.6.2'
63+
gradleVersion = '6.1'
6464
}

0 commit comments

Comments
 (0)