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