Skip to content

Commit

Permalink
Bumped 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Oct 10, 2017
1 parent d6bf57e commit 6d0a92d
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.6.0",
"version": "0.7.0",
"description": "gossip based application sharding",
"main": "hashring.js",
"scripts": {
Expand All @@ -25,14 +25,14 @@
"homepage": "https://github.com/mcollina/swim-hashring#readme",
"devDependencies": {
"pre-commit": "^1.2.2",
"standard": "^10.0.0",
"standard": "^10.0.3",
"steed": "^1.1.3",
"tap": "^10.0.0",
"tap": "^10.7.2",
"xtend": "^4.0.1"
},
"dependencies": {
"baseswim": "^1.0.0",
"binary-search-bounds": "^2.0.3",
"farmhash": "^2.0.0"
"farmhash": "^2.0.4"
}
}

0 comments on commit 6d0a92d

Please sign in to comment.