Skip to content

Commit 572d1a8

Browse files
committed
1.2.0
1 parent 53ec95a commit 572d1a8

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
@@ -1,5 +1,5 @@
11
// Just too many sub projects, so each can reference rootProject.version
2-
version = '1.2.0-RC'
2+
version = '1.2.0'
33

44
buildscript {
55
ext {
@@ -126,6 +126,6 @@ configure(subprojects.findAll { projectNamesToPublish.contains(it.name) }) {
126126
}
127127

128128
task wrapper(type: Wrapper) {
129-
gradleVersion = '4.1'
129+
gradleVersion = '4.3'
130130
distributionType = org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL
131131
}

0 commit comments

Comments
 (0)