From 6a84f518e5e53c5b2522b0b4ea233989b94132d4 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Wed, 14 Apr 2021 08:00:20 -0700 Subject: [PATCH] chore: regenerate README (#427) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-04-14 00:47:02,752 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-texttospeech/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-14 00:47:04,052 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/e8305e63-1088-4ef6-9d17-08bca6f9c1c5/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .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 29ca08c6..e41e6990 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-texttospeech.git", - "sha": "e97ad7d1ce1bb2749a200492967523c5228c0c4a" + "sha": "400ab406955d31994118d0ec31ab30477d2ae034" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0a071b3460344886297a304253bf924aa68ddb7e" + "sha": "082e1ca0863b13ada8594fe91845380765da5b70" } } ] diff --git a/README.md b/README.md index 0c3cb53e..fee3a709 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-texttospeech - 1.3.0 + 1.4.0 ``` @@ -52,12 +52,12 @@ compile 'com.google.cloud:google-cloud-texttospeech' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-texttospeech:1.3.0' +compile 'com.google.cloud:google-cloud-texttospeech:1.4.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "1.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "1.4.0" ``` ## Authentication