Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit ef89031

Browse files
chore: regenerate README (#207)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-12-10 20:31:31,205 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-notification/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2020-12-10 20:31:32,174 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/dbd08be6-acae-431e-b5ee-e922a00ba507/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 89590a0 commit ef89031

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-notification.git",
7-
"sha": "ba26c438d1573b539470b96b889e6a4e9825825f"
7+
"sha": "1c1e0d01169f4a5665c3ca8f1afa4dea87731b50"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-notification</artifactId>
23-
<version>0.121.2-beta</version>
23+
<version>0.121.3-beta</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-notification:0.121.2-beta'
29+
compile 'com.google.cloud:google-cloud-notification:0.121.3-beta'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.121.2-beta"
33+
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.121.3-beta"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)