Skip to content

Commit

Permalink
[release] Version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Nov 9, 2020
1 parent 2e6774d commit 8e7fb70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/geofire-common/package.json
@@ -1,7 +1,7 @@
{
"name": "geofire-common",
"description": "Location-based querying and filtering using Firebase",
"version": "5.0.1",
"version": "5.1.0",
"scripts": {
"build": "rollup -c",
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
Expand Down
4 changes: 2 additions & 2 deletions packages/geofire/package.json
@@ -1,7 +1,7 @@
{
"name": "geofire",
"description": "Location-based querying and filtering using Firebase",
"version": "5.0.1",
"version": "5.1.0",
"scripts": {
"build": "rollup -c",
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
Expand Down Expand Up @@ -39,7 +39,7 @@
],
"dependencies": {
"@firebase/database-types": "0.x.x",
"geofire-common": "5.0.1"
"geofire-common": "5.1.0"
},
"peerDependencies": {
"firebase": "^2.4.0 || 3.x.x || 4.x.x || 5.x.x"
Expand Down

0 comments on commit 8e7fb70

Please sign in to comment.