Skip to content

Commit 0ac1100

Browse files
authored
0.74.0 (#178)
* Refactor list state machine. * Refactor subscription state machine.
1 parent e0a805b commit 0ac1100

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)