From 6d0a92dc958ce45b4623bad50afd761e72e8dfc9 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 10 Oct 2017 09:16:24 +0200 Subject: [PATCH] Bumped 0.7.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 15e0ff6..a792ade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swim-hashring", - "version": "0.6.0", + "version": "0.7.0", "description": "gossip based application sharding", "main": "hashring.js", "scripts": { @@ -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" } }