diff --git a/README.md b/README.md index 1c6793ecc..285b3e47e 100644 --- a/README.md +++ b/README.md @@ -32,27 +32,27 @@ If you are using Maven, add this to your pom.xml file com.google.api gax - 1.33.0 + 1.33.1 com.google.api gax-grpc - 1.33.0 + 1.33.1 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.api:gax:1.33.0', - 'com.google.api:gax-grpc:1.33.0' +compile 'com.google.api:gax:1.33.1', + 'com.google.api:gax-grpc:1.33.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.api" % "gax" % "1.33.0" -libraryDependencies += "com.google.api" % "gax-grpc" % "1.33.0" +libraryDependencies += "com.google.api" % "gax" % "1.33.1" +libraryDependencies += "com.google.api" % "gax-grpc" % "1.33.1" ``` [//]: # (/_QUICKSTART_ WARNING: This section is automatically inserted by build scripts) diff --git a/gax-grpc/version.txt b/gax-grpc/version.txt index 3f4c6b576..02261bead 100644 --- a/gax-grpc/version.txt +++ b/gax-grpc/version.txt @@ -1 +1 @@ -1.33.1-SNAPSHOT +1.33.1 diff --git a/gax-httpjson/version.txt b/gax-httpjson/version.txt index 637ad7437..a3968efc3 100644 --- a/gax-httpjson/version.txt +++ b/gax-httpjson/version.txt @@ -1 +1 @@ -0.50.1-SNAPSHOT +0.50.1 diff --git a/gax/version.txt b/gax/version.txt index 3f4c6b576..02261bead 100644 --- a/gax/version.txt +++ b/gax/version.txt @@ -1 +1 @@ -1.33.1-SNAPSHOT +1.33.1 diff --git a/samples/pom.xml b/samples/pom.xml index 2d8067074..2a51400f9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -14,13 +14,13 @@ com.google.api gax - 1.33.0 + 1.33.1 com.google.api gax-grpc - 1.33.0 + 1.33.1 com.google.auto.value