Skip to content

Commit a3bbebf

Browse files
authored
Merge pull request #10 from RADAR-base/release-0.2.0
prepare release
2 parents 07d3543 + 9f53ba1 commit a3bbebf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subprojects {
1111
apply plugin: 'java-library'
1212

1313
group = 'org.radarcns'
14-
version = '0.1'
14+
version = '0.2.0'
1515

1616
sourceCompatibility = 1.8
1717
targetCompatibility = 1.8
@@ -26,7 +26,7 @@ subprojects {
2626
}
2727

2828
wrapper {
29-
gradleVersion '4.9'
29+
gradleVersion '4.10.2'
3030
}
3131

3232
evaluationDependsOnChildren()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)