Skip to content

Commit 32b1d12

Browse files
committed
upgrade hale and ldproxy, bump version
1 parent 2c9512a commit 32b1d12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ plugins {
66
}
77

88
ext {
9-
haleVersion = project.findProperty("dev") ? '5.4.0.SNAPSHOT' : project.findProperty("haleVersion") ?: '5.3.0'
9+
haleVersion = project.findProperty("dev") ? '5.5.0.SNAPSHOT' : project.findProperty("haleVersion") ?: '5.4.0'
1010
configUtilVersion = '2.0.4'
11-
ldproxyCfgVersion = '4.2.0-SNAPSHOT'
11+
ldproxyCfgVersion = '4.2.4'
1212
p2Group = 'hale-platform'
1313
os = project.findProperty("os") ?: 'linux'
1414
dev = project.findProperty("dev") ?: false
@@ -27,7 +27,7 @@ ext {
2727
allprojects {
2828
group = 'de.interactive_instruments'
2929

30-
version = '3.1.0'
30+
version = '3.2.0'
3131

3232
repositories {
3333
mavenCentral()

0 commit comments

Comments
 (0)