Skip to content

Commit 3c8e832

Browse files
committed
[firebase-release] Updated GeoFire to 5.0.1
1 parent d802573 commit 3c8e832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7.0/firebase.js"></script>
3939

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

4444
Use the URL above to download both the minified and non-minified versions of GeoFire from the

package.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": "5.0.0",
4+
"version": "5.0.1",
55
"scripts": {
66
"build": "rollup -c",
77
"coverage": "nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)