Skip to content

Commit

Permalink
chore: prepare for 0.1.5 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer authored Aug 14, 2020
1 parent a0e9ab5 commit b6b5061
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.4" // CURRENT_GRPC_KOTLIN_VERSION
version = "0.1.5" // CURRENT_GRPC_KOTLIN_VERSION
repositories {
mavenCentral()
}
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.google.protobuf.gradle.protobuf
import com.google.protobuf.gradle.protoc

val grpcVersion = "1.30.0"
val grpcKotlinVersion = "0.1.3"
val grpcKotlinVersion = "0.1.5" // CURRENT_GRPC_KOTLIN_VERSION
val protobufVersion = "3.12.2"
val coroutinesVersion = "1.3.7"

Expand Down

0 comments on commit b6b5061

Please sign in to comment.