diff --git a/README.md b/README.md index 6d7f1a78db64..9ec7ffac9656 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,16 @@ If you are using Maven, add this to your pom.xml file com.google.api gax - 0.0.1 + 0.0.2 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.api:gax:0.0.1' +compile 'com.google.api:gax:0.0.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.api" % "gax" % "0.0.1" +libraryDependencies += "com.google.api" % "gax" % "0.0.2" ``` Java Versions diff --git a/build.gradle b/build.gradle index 8a2645c81e94..74f314054ec9 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'signing' group = "com.google.api" archivesBaseName = "gax" -version = "0.0.2-SNAPSHOT" +version = "0.0.2" sourceCompatibility = 1.7 targetCompatibility = 1.7