From 106b7603cd4139bb400f024f3d2a37b7ddf59f2e Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Thu, 4 Jun 2020 10:38:06 -0700 Subject: [PATCH] chore: prepare for v0.1.3 --- build.gradle | 2 +- examples/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 58e8b9b2..5c53bd63 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ subprojects { apply plugin: 'java' apply plugin: 'org.jetbrains.kotlin.jvm' group = "io.grpc" - version = "0.1.2" // CURRENT_GRPC_KOTLIN_VERSION + version = "0.1.3" // CURRENT_GRPC_KOTLIN_VERSION repositories { mavenCentral() } diff --git a/examples/build.gradle b/examples/build.gradle index 521e7047..0ace0fdb 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -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.2" // CURRENT_GRPC_KOTLIN_VERSION + ext.grpc_kotlin_version = "0.1.3" // CURRENT_GRPC_KOTLIN_VERSION repositories { mavenCentral()