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

Commit 92c0e3a

Browse files
chore: regenerate README (#40)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-19 22:38:20,937 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-19 22:38:21,875 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/a243831d-24fa-45ff-9dd7-7d7e324633a2/targets - [ ] To automatically regenerate this PR, check this box.
1 parent a8aae5b commit 92c0e3a

File tree

2 files changed

+3
-6
lines changed

2 files changed

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

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ 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.0</version>
23+
<version>0.1.1</version>
2424
</dependency>
2525
```
2626

27-
[//]: # ({x-version-update-start:google-cloud-video-transcoder:released})
28-
2927
If you are using Gradle, add this to your dependencies
3028
```Groovy
3129
compile 'com.google.cloud:google-cloud-video-transcoder:0.1.1'
@@ -34,7 +32,6 @@ If you are using SBT, add this to your dependencies
3432
```Scala
3533
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.1"
3634
```
37-
[//]: # ({x-version-update-end})
3835

3936
## Authentication
4037

0 commit comments

Comments
 (0)