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

Commit 4ddef3a

Browse files
chore: regenerate README
1 parent 8326c7e commit 4ddef3a

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-data.git",
7-
"sha": "d51b2623c73c6bf6b4f8522509c555816732339e"
7+
"sha": "8326c7ef7b6cc111c32b6ab6dfa227f35ddd1b95"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ba9918cd22874245b55734f57470c719b577e591"
14+
"sha": "d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116"
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-data</artifactId>
23-
<version>0.4.0</version>
23+
<version>0.5.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.4.0'
29+
compile 'com.google.analytics:google-analytics-data:0.5.0'
3030
```
3131
If you are using SBT, add this to your dependencies
3232
```Scala
33-
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.4.0"
33+
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.5.0"
3434
```
3535

3636
## Authentication

0 commit comments

Comments
 (0)