diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 8cd6bad21..5495b7da0 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-firestore.git", - "sha": "4259bb218f2dd3edbdfb3271bbcd361d45b5e064" + "sha": "b93ca8a2b5751c61b3fbe0ca608056e2c0398575" } }, { diff --git a/README.md b/README.md index 46b61008d..0488f6b50 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ compile 'com.google.cloud:google-cloud-firestore' ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-firestore:2.4.0' +compile 'com.google.cloud:google-cloud-firestore:2.5.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.4.0" +libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "2.5.0" ``` ## Authentication