Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 4ae91f5

Browse files
committed
Docs for 2.1.0 release
1 parent 29ee307 commit 4ae91f5

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ at `/bars/<bar-id>`.
4343

4444
### Upgrading from GeoFire 1.x to 2.x
4545

46-
GeoFire 2.0.0 is based on the new 3.x release of [Firebase](https://firebase.google.com).
46+
GeoFire 2.x is based on the new 3.x release of [Firebase](https://firebase.google.com).
4747

4848
### Upgrading from GeoFire 1.0.x to 1.1.x
4949

@@ -72,15 +72,15 @@ For Android applications:
7272

7373
```groovy
7474
dependencies {
75-
compile 'com.firebase:geofire-android:2.0.0'
75+
compile 'com.firebase:geofire-android:2.1.0'
7676
}
7777
```
7878

7979
For non-Android Java applications:
8080

8181
```groovy
8282
dependencies {
83-
compile 'com.firebase:geofire-java:2.0.0'
83+
compile 'com.firebase:geofire-java:2.1.0'
8484
}
8585
8686
```
@@ -95,7 +95,7 @@ For Android applications:
9595
<dependency>
9696
<groupId>com.firebase</groupId>
9797
<artifactId>geofire-android</artifactId>
98-
<version>2.0.0</version>
98+
<version>2.1.0</version>
9999
</dependency>
100100
```
101101

@@ -105,7 +105,7 @@ For non-Android Java applications:
105105
<dependency>
106106
<groupId>com.firebase</groupId>
107107
<artifactId>geofire-java</artifactId>
108-
<version>2.0.0</version>
108+
<version>2.1.0</version>
109109
</dependency>
110110
```
111111

android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.firebase</groupId>
88
<artifactId>geofire</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.1.0-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
v2.1.0
2+
* Add method to update GeoQuery center and radius together.
3+
14
important - Add a new `.indexOn` rule to your Security and Firebase Rules for best performance. See the GitHub documentation for more information.
25
feature - Upgraded Firebase dependency to 2.0.x.

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.firebase</groupId>
88
<artifactId>geofire</artifactId>
9-
<version>2.0.1-SNAPSHOT</version>
9+
<version>2.1.0-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.firebase</groupId>
66
<artifactId>geofire</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.1.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>geofire</name>

0 commit comments

Comments
 (0)