From 954112ec7a9f2d225c692256fe31e28e69e4c4a4 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 25 Jun 2021 09:18:20 -0700 Subject: [PATCH] chore: regenerate README (#93) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-06-25 16:13:43,223 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-networkconnectivity/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-06-25 16:13:44,363 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/e8226e37-6376-410e-875d-ed30b3a0a23d/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .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 d44bc7e1..708a35e5 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-networkconnectivity.git", - "sha": "60956446e32721f336de0adc1e42eb8efd3dd130" + "sha": "15090cdacf44848cedffd63b6e08e10b464cf917" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2" + "sha": "26558bae8976a985d73c2d98c31d8612273f907d" } } ] diff --git a/README.md b/README.md index a2c69b5a..b0ae86c2 100644 --- a/README.md +++ b/README.md @@ -20,19 +20,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-networkconnectivity - 0.2.3 + 0.3.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-networkconnectivity:0.2.3' +compile 'com.google.cloud:google-cloud-networkconnectivity:0.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "0.2.3" +libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "0.3.0" ``` ## Authentication