From f36ea5366c0be8cd52600ef40c5620d111dcea75 Mon Sep 17 00:00:00 2001 From: Eugene Ware Date: Sun, 29 Sep 2013 04:40:04 +1000 Subject: [PATCH] use hostname --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13cf465..6d899bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "level-cluster", - "version": "0.0.6", + "version": "0.0.7", "description": "Use consistent-hashing with hash-rings to distribute reads and writes across multiple multilevel nodes.", "main": "index.js", "scripts": {