From 4ad7b031178c770cc484bdd6976c053ae8ade88d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 20 Apr 2018 19:14:15 -0600 Subject: [PATCH] v1.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef8eaea..8a0ca51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cluster-rpc", - "version": "1.0.6", + "version": "1.0.7", "description": "A simple way to wrap a single-instance module to enable it to work with node cluster.", "homepage": "https://git.coolaj86.com/coolaj86/cluster-rpc.js", "main": "index.js",