diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index c67f2896..ca09ba71 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-notification.git", - "sha": "ba26c438d1573b539470b96b889e6a4e9825825f" + "sha": "1c1e0d01169f4a5665c3ca8f1afa4dea87731b50" } }, { diff --git a/README.md b/README.md index c04593d9..f190c115 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.2-beta + 0.121.3-beta ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-notification:0.121.2-beta' +compile 'com.google.cloud:google-cloud-notification:0.121.3-beta' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.121.2-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.121.3-beta" ``` ## Authentication