From 3c8e832268a3ad19d2d5330ca02eb94cfb2d81bf Mon Sep 17 00:00:00 2001 From: Firebase Operations Date: Thu, 21 Feb 2019 00:17:22 +0000 Subject: [PATCH] [firebase-release] Updated GeoFire to 5.0.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2872ffd0..80b040d4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ In order to use GeoFire in your project, you need to include the following files - + ``` Use the URL above to download both the minified and non-minified versions of GeoFire from the diff --git a/package.json b/package.json index a5d87159..624f4906 100644 --- a/package.json +++ b/package.json @@ -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",