From 03694c66d904f3c1a0ec9059e56863ac56961b1e Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Wed, 11 Aug 2021 22:40:48 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index d90d2dfc..2b45b7ce 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-dns.git", - "sha": "e0c6ca9468ae42734c3a8971cba2ccc1752287ed" + "sha": "37ad8cbb14573ba9d97a7578064216d6bd9824f6" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "593a2c43ea2168370fc7438c61788a23c52d0770" + "sha": "7e1f6da50524b5d98eb67adbf6dd0805df54233d" } } ] diff --git a/README.md b/README.md index d6174a3b..aac4214e 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ compile 'com.google.cloud:google-cloud-dns' If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-dns:1.2.3' +compile 'com.google.cloud:google-cloud-dns:1.2.4' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.3" +libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "1.2.4" ``` ## Authentication