diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 4bc2a480..36bf8f52 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": "8ee2a20eb4d992c7dcfba391e780cb7571ab5a61" + "sha": "d7b32a648be425b1b1b2beb0f15e07d3da97baa8" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "6dc98b26a9c823e92fa21455fb6e5862613c49c2" + "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" } } ] diff --git a/README.md b/README.md index 60f64c99..dc8c0a68 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-video-transcoder - 0.1.1 + 0.1.2 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-video-transcoder:0.1.1' +compile 'com.google.cloud:google-cloud-video-transcoder:0.1.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.1" +libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.2" ``` ## Authentication