From 8f8969f8c8040284bb7dbb838439c385e14757c9 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 6 Nov 2020 09:14:08 +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 b14a656f..7245a135 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-analytics-admin.git", - "sha": "f378b4f355014922ec9924767c06a1803b78a6a5" + "sha": "683bae0c885583083eadfd313f1f7aa75f2437c9" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ba9918cd22874245b55734f57470c719b577e591" + "sha": "1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b" } } ] diff --git a/README.md b/README.md index 266cd92b..5695810b 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ If you are using Maven, add this to your pom.xml file: com.google.analytics google-analytics-admin - 0.2.0 + 0.2.1 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.analytics:google-analytics-admin:0.2.0' +compile 'com.google.analytics:google-analytics-admin:0.2.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.2.0" +libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.2.1" ``` ## Authentication