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

Commit 68cb233

Browse files
chore: regenerate README (#607)
1 parent d0cd167 commit 68cb233

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": "d6ac76079b7974f163d2eebead66c7e067747684"
7+
"sha": "62410d6840803a799f1d44db81f2a159e8d39024"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "3d32990b6f4b57be77455e3ca89e6e21cd0c06b3"
14+
"sha": "df7fc1e3a6df4316920ab221431945cdf9aa7217"
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.4'
60+
compile 'com.google.cloud:google-cloud-speech:1.29.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.29.4"
66+
libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "1.29.5"
6767
```
6868

6969
## Authentication

0 commit comments

Comments
 (0)