From c4160ecca01448569557b2191e741a882c3fc7fe Mon Sep 17 00:00:00 2001 From: Tristan Slominski Date: Tue, 3 May 2016 20:30:03 -0500 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a69afb..852f140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "k-bucket", - "version": "1.0.0", + "version": "1.0.1", "description": "Kademlia DHT K-bucket implementation as a binary tree", "scripts": { "test": "node scripts/test.js"