From a0ab80e9fea5ec3f50dcf7b269701d471440e036 Mon Sep 17 00:00:00 2001 From: Nathan Schwarz Date: Fri, 19 Feb 2021 15:38:25 +0100 Subject: [PATCH] patched IPC not opened error due to last patch --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.js b/package.js index 7cf2f25..9cabe26 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ Package.describe({ name: 'nschwarz:cluster', - version: '2.1.6', + version: '2.1.7', summary: 'native nodejs clusterization for meteor server', git: 'https://github.com/nathanschwarz/meteor-cluster.git', documentation: 'README.md'