From 4b125c2f0be280bac99dc9519bb8881c2049976a Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Tue, 1 Oct 2019 13:22:47 -0700 Subject: [PATCH] chore: fix README versions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6826c7f42..479928985 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,22 @@ Java idiomatic client for [Cloud Auto ML][api-reference]. ## Quickstart -[//]: # ({x-version-update-start:automl:released}) +[//]: # ({x-version-update-start:google-cloud-automl:released}) If you are using Maven, add this to your pom.xml file ```xml com.google.cloud google-cloud-automl - 0.111.0-beta + 0.112.0-beta ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-automl:0.111.0-beta' +compile 'com.google.cloud:google-cloud-automl:0.112.0-beta' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "0.111.0-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "0.112.0-beta" ``` [//]: # ({x-version-update-end}) @@ -124,4 +124,4 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5] [troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting [contributing]: https://github.com/googleapis/java-automl/blob/master/CONTRIBUTING.md [code-of-conduct]: https://github.com/googleapis/java-automl/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct -[license]: https://github.com/googleapis/java-automl/blob/master/LICENSE \ No newline at end of file +[license]: https://github.com/googleapis/java-automl/blob/master/LICENSE