Skip to content

Commit 7adbef1

Browse files
Merge pull request #68 from RADAR-base/release-0.2.3
Release 0.2.3
2 parents 2e97e42 + a8d939f commit 7adbef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
//---------------------------------------------------------------------------//
1212

1313
group = 'org.radarcns'
14-
version = '0.2.2'
14+
version = '0.2.3'
1515
ext.description = 'Kafka backend for processing device data.'
1616

1717
mainClassName = 'org.radarcns.RadarBackend'
@@ -34,7 +34,7 @@ ext.mathVersion = '3.0'
3434
ext.findbugVersion = '3.0.1'
3535
ext.commonsCliVersion = '1.2'
3636
ext.mockitoVersion = '2.2.29'
37-
ext.radarCommonsVersion = '0.8.1'
37+
ext.radarCommonsVersion = '0.8.2'
3838
ext.radarSchemasVersion = '0.3.2'
3939
ext.subethamailVersion = '3.1.7'
4040
ext.jsoupVersion = '1.10.2'

0 commit comments

Comments
 (0)