Skip to content

Commit

Permalink
[firebase-release] Updated GeoFire to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-ops committed Nov 8, 2014
1 parent 26e8011 commit 2888b1f
Show file tree
Hide file tree
Showing 5 changed files with 1,205 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ In order to use GeoFire in your project, you need to include the following files
<script src="https://cdn.firebase.com/js/client/2.0.2/firebase.js"></script>

<!-- GeoFire -->
<script src="https://cdn.firebase.com/libs/geofire/3.0.3/geofire.min.js"></script>
<script src="https://cdn.firebase.com/libs/geofire/3.1.0/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": "3.1.0",
"authors": [
"Firebase <support@firebase.com> (https://www.firebase.com/)"
],
Expand Down
Loading

0 comments on commit 2888b1f

Please sign in to comment.