diff --git a/README.md b/README.md index a0aedef3..03b9c19e 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-data - 0.14.3 + 0.14.4 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.analytics:google-analytics-data:0.14.3' +implementation 'com.google.analytics:google-analytics-data:0.14.4' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.14.3" +libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.14.4" ``` ## Authentication diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index ef7cffde..adcca5ce 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.analytics google-analytics-data - 0.14.3 + 0.14.4 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 9d3c9245..b0ca5683 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -40,7 +40,7 @@ com.google.analytics google-analytics-data - 0.14.3 + 0.14.4 com.google.auth