diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 8a8a76ed..6dc2ff1a 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-notification.git", - "sha": "4cc8b96ae02ceab4e4cd068d485067c0f37b67ca" + "sha": "762edf906378b642503bd092973b46a28acdcebe" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "27e0e916cbfdb3d5ff6639b686cc04f78a0b0386" + "sha": "ba9918cd22874245b55734f57470c719b577e591" } } ] diff --git a/README.md b/README.md index 83d3a7bb..11c0f389 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-notification - 0.121.0-beta + 0.121.1-beta ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-notification:0.121.0-beta' +compile 'com.google.cloud:google-cloud-notification:0.121.1-beta' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.121.0-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.121.1-beta" ``` ## Authentication