Skip to content

Commit

Permalink
Merge pull request #138 from GoogleCloudPlatform/version-bump
Browse files Browse the repository at this point in the history
New release 1.2.1.
  • Loading branch information
nimf committed Jul 18, 2022
2 parents bcde681 + 64a6f2c commit ecca519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grpc-gcp/build.gradle
Expand Up @@ -15,15 +15,15 @@ repositories {
mavenLocal()
}

version = '1.2.0'
version = '1.2.1'
group = 'com.google.cloud'
description = 'GRPC-GCP-Extension Java'
sourceCompatibility = '1.8'

def title = 'gRPC extension library for Google Cloud Platform'
def grpcVersion = '1.36.0'
def protobufVersion = '3.12.0'
def protocVersion = '3.12.0'
def protobufVersion = '3.20.1'
def protocVersion = '3.20.1'
def spannerVersion = '6.1.0'
def opencensusVersion = '0.28.0'

Expand Down

0 comments on commit ecca519

Please sign in to comment.