Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 6db289c

Browse files
chore: regenerate README (#94)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-11-02 22:41:43,596 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-analytics-admin/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-11-02 22:41:44,566 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/5e8b3ec6-05d9-4b7d-b90a-f1c4ee31ad0a/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 587a83e commit 6db289c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-analytics-admin.git",
7-
"sha": "6f5074afa7e66ce30a549578cf64e65d6dd4c304"
7+
"sha": "f378b4f355014922ec9924767c06a1803b78a6a5"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "27e0e916cbfdb3d5ff6639b686cc04f78a0b0386"
14+
"sha": "ba9918cd22874245b55734f57470c719b577e591"
1515
}
1616
}
1717
]

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-admin</artifactId>
23-
<version>0.1.4</version>
23+
<version>0.2.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-admin:0.1.4'
29+
compile 'com.google.analytics:google-analytics-admin:0.2.0'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.1.4"
33+
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.2.0"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)