From 6f7f8ecfee0f3e7faf1c33108376d8ab61c5db2e Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 10 Dec 2020 20:31:32 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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