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

Commit e0d85eb

Browse files
chore: regenerate README (#636)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-19 23:20:18,963 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-speech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-19 23:20:20,193 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/962cd8b1-c6e0-40f3-94d6-3ab66a2b2123/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 300b9cd commit e0d85eb

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": "e2e241782c069796b67ea33bbf96142e62308ada"
7+
"sha": "300b9cd275aefdd684d33b0bb92dd14b1e4c90f6"
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.2</version>
45+
<version>1.30.3</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.2'
60+
compile 'com.google.cloud:google-cloud-speech:1.30.3'
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.2"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.30.3"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)