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

Commit 1e49139

Browse files
chore: regenerate README (#618)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-11 22:34:58,492 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-11 22:34:59,804 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/b3acc215-afee-46a1-bb37-881519413c8a/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 95d86ce commit 1e49139

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": "68cb233e4db9e8961a935438fc4cbcab6c7f8924"
7+
"sha": "b135b69496c5d5e7ed0933332c212ed028a889d4"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6252f2cd074c38f37b44abe5e96d128733eb1b61"
14+
"sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ compile 'com.google.cloud:google-cloud-speech'
5757
If you are using Gradle without BOM, add this to your dependencies
5858

5959
```Groovy
60-
compile 'com.google.cloud:google-cloud-speech:1.29.5'
60+
compile 'com.google.cloud:google-cloud-speech:1.30.0'
6161
```
6262

6363
If you are using SBT, add this to your dependencies
6464

6565
```Scala
66-
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.29.5"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.30.0"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)