diff --git a/README.md b/README.md index 77b4b28f..f8c835ba 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.analytics google-analytics-admin - 0.8.0 + 0.8.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.analytics:google-analytics-admin:0.8.0' +implementation 'com.google.analytics:google-analytics-admin:0.8.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.8.0" +libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.8.1" ``` ## Authentication diff --git a/samples/pom.xml b/samples/pom.xml index e026b7cb..34c44ade 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -45,7 +45,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.9 true