diff --git a/README.md b/README.md index ee73dfa..f783708 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-batch - 0.3.0 + 0.3.1 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-batch:0.3.0' +implementation 'com.google.cloud:google-cloud-batch:0.3.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.3.1" ``` ## Authentication