From a43a8347a97aac4f593703a18b124afcfe62fefa Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 8 Sep 2016 17:48:49 -0600 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d14b7a..62f2c8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cluster-rpc", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple way to wrap a single-instance module to enable it to work with node cluster.", "main": "index.js", "scripts": {