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

Commit b589b2d

Browse files
chore: regenerate README (#84)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-04 04:14:20,068 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-analytics-data/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-04 04:14:20,996 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/ce29660f-58c3-44f0-852c-38db5b1674fb/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 940f8f0 commit b589b2d

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": "430df3d1d7860eaf507e14fbe21aeeb47e6337ec"
7+
"sha": "d51b2623c73c6bf6b4f8522509c555816732339e"
88
}
99
},
1010
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ 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.3.0</version>
23+
<version>0.4.0</version>
2424
</dependency>
2525
```
2626

2727
If you are using Gradle, add this to your dependencies
2828
```Groovy
29-
compile 'com.google.analytics:google-analytics-data:0.3.0'
29+
compile 'com.google.analytics:google-analytics-data:0.4.0'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.3.0"
33+
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.4.0"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)