Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 3f874a7

Browse files
chore: regenerate README (#166)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-03-01 17:32:24,374 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-analytics-data/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-03-01 17:32:25,920 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/0df6d4c8-a7fe-4cbb-b6e2-63e537c19fa6/targets - [ ] To automatically regenerate this PR, check this box.
1 parent b1852d4 commit 3f874a7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-analytics-data.git",
7-
"sha": "009ac70ab39adf5b0edad5fe80799dc5a51eb7f8"
7+
"sha": "b1852d4c78b4d9aa49d0b8c5bd3b9a5d2cc5fdb6"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.analytics</groupId>
2222
<artifactId>google-analytics-data</artifactId>
23-
<version>0.5.5</version>
23+
<version>0.6.0</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle without BOM, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.analytics:google-analytics-data:0.5.5'
29+
compile 'com.google.analytics:google-analytics-data:0.6.0'
3030
```
3131

3232
If you are using SBT, add this to your dependencies
3333
```Scala
34-
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.5.5"
34+
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.6.0"
3535
```
3636

3737
## Authentication

0 commit comments

Comments
 (0)