Skip to content

Commit

Permalink
chore: prepare for v0.1.2 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed May 20, 2020
1 parent c7f3ecc commit c2535ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects {
apply plugin: 'java'
apply plugin: 'org.jetbrains.kotlin.jvm'
group = "io.grpc"
version = "0.1.1" // CURRENT_GRPC_KOTLIN_VERSION
version = "0.1.2" // CURRENT_GRPC_KOTLIN_VERSION
repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.coroutines_version = "1.3.3"
ext.protobuf_version = "3.11.1"
ext.grpc_version = "1.28.1" // CURRENT_GRPC_VERSION
ext.grpc_kotlin_version = "0.1.1" // CURRENT_GRPC_KOTLIN_VERSION
ext.grpc_kotlin_version = "0.1.2" // CURRENT_GRPC_KOTLIN_VERSION

repositories {
mavenCentral()
Expand Down

0 comments on commit c2535ed

Please sign in to comment.