Skip to content

Commit d1232bf

Browse files
committed
Bumped v0.7.1
1 parent 100e6f2 commit d1232bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swim-hashring",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "gossip based application sharding",
55
"main": "hashring.js",
66
"scripts": {
@@ -27,12 +27,12 @@
2727
"pre-commit": "^1.2.2",
2828
"standard": "^10.0.3",
2929
"steed": "^1.1.3",
30-
"tap": "^10.7.2",
31-
"xtend": "^4.0.1"
30+
"tap": "^10.7.3",
31+
"xtend": "^4.0.2"
3232
},
3333
"dependencies": {
3434
"baseswim": "^1.0.0",
35-
"binary-search-bounds": "^2.0.3",
35+
"binary-search-bounds": "^2.0.4",
3636
"farmhash": "^3.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)