Skip to content

Commit 0a3aba2

Browse files
committed
[firebase-release] Updated GeoFire to 4.1.2
1 parent b11c325 commit 0a3aba2

File tree

5 files changed

+1241
-3
lines changed

5 files changed

+1241
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ In order to use GeoFire in your project, you need to include the following files
3838
<script src="https://www.gstatic.com/firebasejs/3.3.0/firebase.js"></script>
3939

4040
<!-- GeoFire -->
41-
<script src="https://cdn.firebase.com/libs/geofire/4.1.1/geofire.min.js"></script>
41+
<script src="https://cdn.firebase.com/libs/geofire/4.1.2/geofire.min.js"></script>
4242
```
4343

4444
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.2",
55
"authors": [
66
"Firebase (https://firebase.google.com/)"
77
],

0 commit comments

Comments
 (0)