Skip to content

Commit 42f825c

Browse files
committed
[firebase-release] Updated GeoFire to 3.2.4
1 parent e5a6c23 commit 42f825c

File tree

5 files changed

+1229
-3
lines changed

5 files changed

+1229
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In order to use GeoFire in your project, you need to include the following files
8585
<script src="https://cdn.firebase.com/js/client/2.2.5/firebase.js"></script>
8686

8787
<!-- GeoFire -->
88-
<script src="https://cdn.firebase.com/libs/geofire/3.2.3/geofire.min.js"></script>
88+
<script src="https://cdn.firebase.com/libs/geofire/3.2.4/geofire.min.js"></script>
8989
```
9090

9191
Use the URL above to download both the minified and non-minified versions of GeoFire from the

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "geofire",
33
"description": "Location-based querying and filtering using Firebase",
4-
"version": "0.0.0",
4+
"version": "3.2.4",
55
"authors": [
66
"Firebase <[email protected]> (https://www.firebase.com/)"
77
],

0 commit comments

Comments
 (0)