Skip to content

Commit d42e845

Browse files
committed
bump project version
1 parent 4c1fd03 commit d42e845

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

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

4747
group = 'com.github.marcoferrer.krotoplus'
48-
version = '0.2.2-RC1'
48+
version = '0.2.2-RC2'
4949

5050
compileKotlin {
5151
kotlinOptions.jvmTarget = "1.8"

example-grpc-client-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protobuf {
9292
</goals>
9393
<configuration>
9494
<pluginId>grpc-coroutines</pluginId>
95-
<pluginArtifact>com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.2.2-RC1:jar:jvm8</pluginArtifact>
95+
<pluginArtifact>com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.2.2-RC2:jar:jvm8</pluginArtifact>
9696
</configuration>
9797
</execution>
9898
</executions>

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-RC1'
8+
"krotoplus": '0.2.2-RC2'
99
]
1010
}
1111

0 commit comments

Comments
 (0)