Skip to content

Commit 1887932

Browse files
chore: regenerate README (#505)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-01-21 16:20:28,987 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-firestore/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-01-21 16:20:29,979 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/44b99ee1-4f0b-4063-8125-930b69c7c1c0/targets - [ ] To automatically regenerate this PR, check this box.
1 parent 67cb60a commit 1887932

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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-firestore.git",
7-
"sha": "e57bdc77473c7f8e5156c76cda17c133cc809a4e"
7+
"sha": "67cb60a56ebe1af69d6c25fe32b9bd7599ecc110"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
14+
"sha": "b259489b06b25f399768b74b8baa943991f38ea7"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-firestore</artifactId>
41-
<version>2.1.0</version>
41+
<version>2.2.0</version>
4242
</dependency>
4343

4444
```
@@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-firestore'
5151
```
5252
If you are using Gradle without BOM, add this to your dependencies
5353
```Groovy
54-
compile 'com.google.cloud:google-cloud-firestore:2.1.0'
54+
compile 'com.google.cloud:google-cloud-firestore:2.2.0'
5555
```
5656

5757
If you are using SBT, add this to your dependencies
5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.1.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.2.0"
6060
```
6161

6262
## Authentication

0 commit comments

Comments
 (0)