diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 36bf8f52..415b7cc9 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": "d7b32a648be425b1b1b2beb0f15e07d3da97baa8" + "sha": "7acb4f7dc4068b628b7fcd9dd44755e1e1cf8964" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" + "sha": "b19b401571e77192f8dd38eab5fb2300a0de9324" } } ] diff --git a/README.md b/README.md index dc8c0a68..1d6dee49 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.2 + 0.1.3 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-video-transcoder:0.1.2' +compile 'com.google.cloud:google-cloud-video-transcoder:0.1.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.3" ``` ## Authentication