From b1efe34c3b402c137dd4ac7424b582dab11a986a Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 25 Feb 2021 00:20:28 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 9d6ef508..3be75f0b 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-security-private-ca.git", - "sha": "203141411d0ddbe30d51d0a5888c6a8fe2cab1b8" + "sha": "c32027a746621cfbb6bccabde9cdaae3f915a634" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4679e7e415221f03ff2a71e3ffad75b9ec41d87e" + "sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012" } } ] diff --git a/README.md b/README.md index 826c34b9..91398163 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-security-private-ca - 0.2.6 + 0.2.7 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-security-private-ca:0.2.6' +compile 'com.google.cloud:google-cloud-security-private-ca:0.2.7' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "0.2.6" +libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "0.2.7" ``` ## Authentication