From cc75e9d167295b7ef1ceb3572978f48bec3f6eee Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 19 Apr 2021 14:22:03 -0700 Subject: [PATCH] chore: regenerate README (#25) This PR was generated using Autosynth. :rainbow:
Log from Synthtool ``` 2021-04-19 21:06:18,340 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-appengine-admin/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-19 21:06:19,620 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ```
Full log will be available here: https://source.cloud.google.com/results/invocations/a828f16c-cbe3-444e-95dc-43f4efaea8d7/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) --- .github/readme/synth.metadata/synth.metadata | 18 ++++++++++++++++++ README.md | 6 +++--- 2 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 .github/readme/synth.metadata/synth.metadata diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata new file mode 100644 index 00000000..154cc2d3 --- /dev/null +++ b/.github/readme/synth.metadata/synth.metadata @@ -0,0 +1,18 @@ +{ + "sources": [ + { + "git": { + "name": ".", + "remote": "https://github.com/googleapis/java-appengine-admin.git", + "sha": "e6043d0f3d2f725450647351a6182805e932fbf8" + } + }, + { + "git": { + "name": "synthtool", + "remote": "https://github.com/googleapis/synthtool.git", + "sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2" + } + } + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 5067049d..235db5cd 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-appengine-admin - 0.0.0 + 0.1.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-appengine-admin:0.0.0' +compile 'com.google.cloud:google-cloud-appengine-admin:0.1.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "0.0.0" +libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "0.1.0" ``` ## Authentication