diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 9bab0d73..a1efcc43 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-mediatranslation.git", - "sha": "b4176e86b082a891498c8b39e3ef7712a41e2dfd" + "sha": "26c4455ad47697376ff8c7c8b2d0f3cb6ab44465" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0a071b3460344886297a304253bf924aa68ddb7e" + "sha": "6244244abd0da5ef750e3bbb63fa22ec6803b4db" } } ] diff --git a/README.md b/README.md index c608d0e3..45e5defb 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-mediatranslation:0.3.1' +compile 'com.google.cloud:google-cloud-mediatranslation:0.3.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.3.1" +libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.3.2" ``` ## Authentication