Skip to content

Commit

Permalink
chore: prepare v1.0.0 (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 7, 2020
1 parent e1fb662 commit 501df14
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.2.1" // CURRENT_GRPC_KOTLIN_VERSION
version = "1.0.0" // 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 @@ -7,7 +7,7 @@ plugins {

// todo: move to subprojects, but how?
ext["grpcVersion"] = "1.32.1"
ext["grpcKotlinVersion"] = "0.2.1" // CURRENT_GRPC_KOTLIN_VERSION
ext["grpcKotlinVersion"] = "1.0.0" // CURRENT_GRPC_KOTLIN_VERSION
ext["protobufVersion"] = "3.13.0"

allprojects {
Expand Down

0 comments on commit 501df14

Please sign in to comment.