diff --git a/.github/release-please.yml b/.github/release-please.yml index 7bf58076..8ca7f9ca 100644 --- a/.github/release-please.yml +++ b/.github/release-please.yml @@ -1,8 +1,3 @@ bumpMinorPreMajor: true handleGHRelease: true releaseType: java-yoshi -branches: - - bumpMinorPreMajor: true - handleGHRelease: true - releaseType: java-yoshi - branch: java7 diff --git a/README.md b/README.md index 04f45538..3f629a93 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ 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 -implementation 'com.google.cloud:google-cloud-mediatranslation:0.19.0' +implementation 'com.google.cloud:google-cloud-mediatranslation:0.21.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.19.0" +libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.21.0" ``` ## Authentication