Skip to content

Commit 63aa954

Browse files
author
jacobawenger
committed
Updated change log and README for v2.0.2
1 parent 1d48150 commit 63aa954

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2.0.2
2+
-------------
3+
Release Date: 2014-06-23
4+
5+
* Fixed bug where we cleaned up a location which had not yet been added, resulting in a console error.
6+
17
v2.0.1
28
-------------
39
Release Date: 2014-06-23

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Version](https://badge.fury.io/gh/firebase%2Fgeofire.svg)](http://badge.fury.io/gh/firebase%2Fgeofire)
55

66
GeoFire is an open-source JavaScript library that allows you to store and query a set
7-
of items based on their geographic location.
7+
of items based on their geographic location.
88

99
GeoFire uses [Firebase](https://www.firebase.com/) for data
1010
storage, allowing query results to be updated in realtime as they change.
@@ -37,7 +37,7 @@ In order to use GeoFire in your project, you need to include the following files
3737
<script src="https://cdn.firebase.com/js/client/1.0.17/firebase.js"></script>
3838

3939
<!-- GeoFire -->
40-
<script src="https://cdn.firebase.com/libs/geofire/2.0.1/geofire.min.js"></script>
40+
<script src="https://cdn.firebase.com/libs/geofire/2.0.2/geofire.min.js"></script>
4141
```
4242

4343
Use the URL above to download both the minified and non-minifed versions of GeoFire from the Firebase CDN. You can also download them from the

0 commit comments

Comments
 (0)