diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 70a12c19..d05d5e90 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-bigqueryconnection.git", - "sha": "2b43cd30924ced9f4fa79baa8311fa69a13414b7" + "sha": "946e1d36b1a3597264d9e57e5b28642a72ee42d8" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "7332178a11ddddc91188dc0f25bca1ccadcaa6c6" + "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" } } ] diff --git a/README.md b/README.md index 767b52ac..f0488a36 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-bigqueryconnection - 1.0.18 + 1.1.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigqueryconnection:1.0.18' +compile 'com.google.cloud:google-cloud-bigqueryconnection:1.1.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.0.18" +libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "1.1.0" ``` ## Authentication