Skip to content

Commit 2573cd4

Browse files
authored
chore: prepare for v0.1.4 (#129)
1 parent c6b8fec commit 2573cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subprojects {
1717
apply plugin: 'java'
1818
apply plugin: 'org.jetbrains.kotlin.jvm'
1919
group = "io.grpc"
20-
version = "0.1.3" // CURRENT_GRPC_KOTLIN_VERSION
20+
version = "0.1.4" // CURRENT_GRPC_KOTLIN_VERSION
2121
repositories {
2222
mavenCentral()
2323
}

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
ext.coroutines_version = "1.3.3"
44
ext.protobuf_version = "3.11.1"
55
ext.grpc_version = "1.28.1" // CURRENT_GRPC_VERSION
6-
ext.grpc_kotlin_version = "0.1.3" // CURRENT_GRPC_KOTLIN_VERSION
6+
ext.grpc_kotlin_version = "0.1.4" // CURRENT_GRPC_KOTLIN_VERSION
77

88
repositories {
99
mavenCentral()

0 commit comments

Comments
 (0)