Skip to content

Commit 0d3feca

Browse files
committed
[firebase-release] Updated GeoFire to 4.1.1
1 parent cadbecd commit 0d3feca

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
@@ -64,7 +64,7 @@ In order to use GeoFire in your project, you need to include the following files
6464
<script src="https://www.gstatic.com/firebasejs/3.0.2/firebase.js"></script>
6565

6666
<!-- GeoFire -->
67-
<script src="https://cdn.firebase.com/libs/geofire/4.1.0/geofire.min.js"></script>
67+
<script src="https://cdn.firebase.com/libs/geofire/4.1.1/geofire.min.js"></script>
6868
```
6969

7070
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": "4.1.1",
55
"authors": [
66
"Firebase <[email protected]> (https://www.firebase.com/)"
77
],

0 commit comments

Comments
 (0)