diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 26f40079..b5f8e58c 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-bigqueryreservation.git", - "sha": "01f025bca8238e45d3c749d82aeb8fbc600ecf51" + "sha": "1bd1e7ea03c10c5f2c831572a2b9ee87315df6f0" } }, { diff --git a/README.md b/README.md index 506bd565..b971c372 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,17 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryreservation - 1.0.4 + 1.0.5 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigqueryreservation:1.0.4' +compile 'com.google.cloud:google-cloud-bigqueryreservation:1.0.5' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.0.4" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.0.5" ``` ## Authentication