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

Commit 3af6370

Browse files
chore: regenerate README (#541)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-06-01 19:58:47,465 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-01 19:58:48,940 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/fd26e71b-da75-4ecd-9e2f-417809a9429a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 63a73d3 commit 3af6370

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-speech.git",
7-
"sha": "5d2391544fd990c2472a4cf4a635e47396ab8e74"
7+
"sha": "63a73d36a89c8ae79e188947b0a0815ea39073e7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "a2de127f90799cd5bace653b1dcc5dd2ca8b19c9"
14+
"sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-speech'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-speech:1.28.0'
55+
compile 'com.google.cloud:google-cloud-speech:1.29.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies
5959
```Scala
60-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.28.0"
60+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.29.0"
6161
```
6262

6363
## Authentication

0 commit comments

Comments
 (0)