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

Commit 4893f3a

Browse files
chore: regenerate README (#384)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-19 23:23:24,790 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-notification/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-19 23:23:26,120 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/c0631443-5765-4b7e-aacd-da4cbc8d729e/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent a101519 commit 4893f3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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": "5fffd8b20c5227c2cd63c109d87ccf2afa2d24f5"
7+
"sha": "a101519c63928e178b6627714ae4f8b98a62f6c2"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-notification</artifactId>
25-
<version>0.122.5-beta</version>
25+
<version>0.122.6-beta</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies
3030

3131
```Groovy
32-
compile 'com.google.cloud:google-cloud-notification:0.122.5-beta'
32+
compile 'com.google.cloud:google-cloud-notification:0.122.6-beta'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.122.5-beta"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-notification" % "0.122.6-beta"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)