Skip to content

Commit

Permalink
Bumped v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Oct 15, 2019
1 parent 100e6f2 commit d1232bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swim-hashring",
"version": "0.7.0",
"version": "0.7.1",
"description": "gossip based application sharding",
"main": "hashring.js",
"scripts": {
Expand All @@ -27,12 +27,12 @@
"pre-commit": "^1.2.2",
"standard": "^10.0.3",
"steed": "^1.1.3",
"tap": "^10.7.2",
"xtend": "^4.0.1"
"tap": "^10.7.3",
"xtend": "^4.0.2"
},
"dependencies": {
"baseswim": "^1.0.0",
"binary-search-bounds": "^2.0.3",
"binary-search-bounds": "^2.0.4",
"farmhash": "^3.0.0"
}
}

0 comments on commit d1232bf

Please sign in to comment.