Skip to content

Commit

Permalink
bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer committed Jan 14, 2019
1 parent 4c1fd03 commit d42e845
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ subprojects{ subproject ->
apply plugin: 'kotlin'

group = 'com.github.marcoferrer.krotoplus'
version = '0.2.2-RC1'
version = '0.2.2-RC2'

compileKotlin {
kotlinOptions.jvmTarget = "1.8"
Expand Down
2 changes: 1 addition & 1 deletion example-grpc-client-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protobuf {
</goals>
<configuration>
<pluginId>grpc-coroutines</pluginId>
<pluginArtifact>com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.2.2-RC1:jar:jvm8</pluginArtifact>
<pluginArtifact>com.github.marcoferrer.krotoplus:protoc-gen-grpc-coroutines:0.2.2-RC2:jar:jvm8</pluginArtifact>
</configuration>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion example-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
"grpc": '1.15.1',
"kotlin": '1.3.11',
"coroutines": '1.1.0',
"krotoplus": '0.2.2-RC1'
"krotoplus": '0.2.2-RC2'
]
}

Expand Down

0 comments on commit d42e845

Please sign in to comment.