Skip to content

Commit

Permalink
[firebase-release] Updated GeoFire to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed May 25, 2016
1 parent cadbecd commit 0d3feca
Show file tree
Hide file tree
Showing 5 changed files with 1,229 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In order to use GeoFire in your project, you need to include the following files
<script src="https://www.gstatic.com/firebasejs/3.0.2/firebase.js"></script>

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

Use the URL above to download both the minified and non-minified versions of GeoFire from the
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geofire",
"description": "Location-based querying and filtering using Firebase",
"version": "0.0.0",
"version": "4.1.1",
"authors": [
"Firebase <[email protected]> (https://www.firebase.com/)"
],
Expand Down
Loading

0 comments on commit 0d3feca

Please sign in to comment.