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

Commit 838823a

Browse files
chore: regenerate README (#46)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-22 19:39:46,828 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-video-transcoder/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-22 19:39:47,730 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/32b2a679-c797-4218-b66e-5c36ad59a6d5/targets - [ ] To automatically regenerate this PR, check this box.
1 parent a248469 commit 838823a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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-video-transcoder.git",
7-
"sha": "8ee2a20eb4d992c7dcfba391e780cb7571ab5a61"
7+
"sha": "d7b32a648be425b1b1b2beb0f15e07d3da97baa8"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "6dc98b26a9c823e92fa21455fb6e5862613c49c2"
14+
"sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-video-transcoder</artifactId>
23-
<version>0.1.1</version>
23+
<version>0.1.2</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.cloud:google-cloud-video-transcoder:0.1.1'
29+
compile 'com.google.cloud:google-cloud-video-transcoder:0.1.2'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.1"
33+
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.2"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)