Skip to content

Commit

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

<!-- GeoFire -->
<script src="https://cdn.firebase.com/libs/geofire/5.0.0/geofire.min.js"></script>
<script src="https://cdn.firebase.com/libs/geofire/5.0.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 package.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": "5.0.0",
"version": "5.0.1",
"scripts": {
"build": "rollup -c",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 3c8e832

Please sign in to comment.