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

Commit 94152ec

Browse files
chore: regenerate README (#646)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-24 17:51:31,879 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-24 17:51:33,695 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/ad5733ff-a4aa-48c4-9d8f-8bc4bd205f9f/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 6adf6d2 commit 94152ec

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-speech.git",
7-
"sha": "0abeda18f6e28e8d20842da9ff4b603160bfdf36"
7+
"sha": "6adf6d256b37855b0733231be623c693e0a485df"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-speech</artifactId>
45-
<version>1.30.3</version>
45+
<version>1.30.5</version>
4646
</dependency>
4747

4848
```
@@ -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.30.4'
60+
compile 'com.google.cloud:google-cloud-speech:1.30.5'
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.30.4"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.30.5"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)