diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 7bdad93a0..d7af45200 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-storage.git", - "sha": "0f86d7b0257ac2f7908d33ec5653cf684826b9b1" + "sha": "e8d52ad934d485d5f035fbdc6c8117f256fed566" } }, { diff --git a/README.md b/README.md index 1dce6fa5f..b8b681afe 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-storage - 2.0.1 + 2.0.2 ``` @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-storage' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-storage:2.0.1' +compile 'com.google.cloud:google-cloud-storage:2.0.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.0.1" +libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.0.2" ``` ## Authentication