From 712081a3f93d870c45e679144fc467fa9dd4e973 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 19 Aug 2021 16:28:10 -0700 Subject: [PATCH] chore: regenerate README (#641) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-08-19 23:22:09,779 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-video-intelligence/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-08-19 23:22:11,095 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/57ceda00-40a9-4e72-964f-215e155bae26/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index ceb3371a4..c82a39b15 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-video-intelligence.git", - "sha": "62fdb7c98959b30081a84e23df07e5e60ef76d9b" + "sha": "00c65d01688bda69cc62df5af73aaf4d97cf2e97" } }, { diff --git a/README.md b/README.md index 6c0b43446..8d53a1e6c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-video-intelligence - 2.0.2 + 2.0.3 com.google.cloud @@ -65,13 +65,13 @@ compile 'com.google.cloud:google-cloud-video-intelligence' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-video-intelligence:2.0.2' +compile 'com.google.cloud:google-cloud-video-intelligence:2.0.3' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.0.2" +libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.0.3" ``` ## Authentication