Skip to content

Commit 0f3a0e4

Browse files
committed
start rc3 dev cycle
1 parent 56c0b3d commit 0f3a0e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ subprojects{ subproject ->
3636
apply plugin: 'kotlin'
3737

3838
group = 'com.github.marcoferrer.krotoplus'
39-
version = '0.2.2-RC2'
39+
version = '0.2.2-RC3-SNAPSHOT'
4040

4141
compileKotlin {
4242
kotlinOptions.jvmTarget = "1.8"

example-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
"grpc": '1.15.1',
66
"kotlin": '1.3.11',
77
"coroutines": '1.1.0',
8-
"krotoplus": '0.2.2-RC2'
8+
"krotoplus": '0.2.2-RC3-SNAPSHOT'
99
]
1010
}
1111

0 commit comments

Comments
 (0)