diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index a7bdc1cc..0e7f6777 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-channel.git", - "sha": "56aa1ea72582a2e7d68a970922ab6cf6238c1cc2" + "sha": "a7cc927e7b18a16f6bd3e35044dedbe4922fffa7" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "811d20bc0b00c09773dfc74ac2baaf1286e943b7" + "sha": "41ccd8cd13ec31f4fb839cf8182aea3c7156e19d" } } ] diff --git a/README.md b/README.md index 94909c7d..1d4489ac 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,12 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-channel:2.2.0' +compile 'com.google.cloud:google-cloud-channel:2.2.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "2.2.0" +libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "2.2.1" ``` ## Authentication