diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 6c163db1b..296e028bc 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-dialogflow.git", - "sha": "d7fb4c75697453e17ecf088c1c192e878f7d1996" + "sha": "c816d06cb0274b122d728bd25fe767b00a976b64" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "0a071b3460344886297a304253bf924aa68ddb7e" + "sha": "082e1ca0863b13ada8594fe91845380765da5b70" } } ] diff --git a/README.md b/README.md index a5f8c775e..91e45ad44 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-dialogflow - 3.0.0 + 3.0.1 ``` @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-dialogflow' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-dialogflow:3.0.0' +compile 'com.google.cloud:google-cloud-dialogflow:3.0.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "3.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "3.0.1" ``` ## Authentication