diff --git a/README.md b/README.md index 9ec7ffac9656..c5bde4063c93 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.2 + 0.0.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.api:gax:0.0.2' +compile 'com.google.api:gax:0.0.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.api" % "gax" % "0.0.2" +libraryDependencies += "com.google.api" % "gax" % "0.0.3" ``` Java Versions diff --git a/build.gradle b/build.gradle index 9b27b12690e4..230854178db1 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'signing' group = "com.google.api" archivesBaseName = "gax" -version = "0.0.3-SNAPSHOT" +version = "0.0.3" sourceCompatibility = 1.7 targetCompatibility = 1.7