diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 76d06819..e6c5f0b2 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-recommendations-ai.git", - "sha": "886d64d5c2e280c7bbb7892ac87b681921d5cb9c" + "sha": "820e95b6a9dd5716a8e1c3ba0aa3046e8b003f2c" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8" + "sha": "0199c79b8324fba66476300824aa931788c47e2d" } } ] diff --git a/README.md b/README.md index 3848d42f..d67da26c 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-recommendations-ai:0.3.7' +compile 'com.google.cloud:google-cloud-recommendations-ai:0.4.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.3.7" +libraryDependencies += "com.google.cloud" % "google-cloud-recommendations-ai" % "0.4.0" ``` ## Authentication