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

Commit f84c9f5

Browse files
chore: regenerate README (#177)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-25 21:53:15,731 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-analytics-admin/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-25 21:53:17,231 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/1b4148ed-41cc-4d20-8ed5-5e0c56fdc63c/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 75db870 commit f84c9f5

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": "9cb7aee44f8f414c7c1c4df2f07f71983d918950"
7+
"sha": "75db8701c1bb6b130e7f4399f71d13d84088c5f2"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "b259489b06b25f399768b74b8baa943991f38ea7"
14+
"sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
1515
}
1616
}
1717
]

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-admin</artifactId>
23-
<version>0.3.0</version>
23+
<version>0.3.1</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-admin:0.3.0'
29+
compile 'com.google.analytics:google-analytics-admin:0.3.1'
3030
```
3131

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

3737
## Authentication

0 commit comments

Comments
 (0)