From 2573cd4cb64e91b09fb34327bf2038c8342700b8 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 24 Jun 2020 11:22:02 -0700 Subject: [PATCH] chore: prepare for v0.1.4 (#129) --- build.gradle | 2 +- examples/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 89a2c3fe..640ab92e 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.3" // CURRENT_GRPC_KOTLIN_VERSION + version = "0.1.4" // CURRENT_GRPC_KOTLIN_VERSION repositories { mavenCentral() } diff --git a/examples/build.gradle b/examples/build.gradle index 0ace0fdb..56187999 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.3" // CURRENT_GRPC_KOTLIN_VERSION + ext.grpc_kotlin_version = "0.1.4" // CURRENT_GRPC_KOTLIN_VERSION repositories { mavenCentral()