From b5ee4f584a513c48779e2c688a7e77267fb418cd Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 25 Feb 2021 18:38:30 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 04e2f85e..a9055a4c 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-video-transcoder.git", - "sha": "65d7c6fa2ce0917bc77f2e8e94fd53c2c0a432b4" + "sha": "32150018425de0a193820c547034d87a065d9ae2" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "16ec872dd898d7de6e1822badfac32484b5d9031" + "sha": "0199c79b8324fba66476300824aa931788c47e2d" } } ] diff --git a/README.md b/README.md index 80e020ce..2a5d0162 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-video-transcoder - 0.1.4 + 0.1.8 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-video-transcoder:0.1.4' +compile 'com.google.cloud:google-cloud-video-transcoder:0.1.8' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.4" +libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.8" ``` ## Authentication