From 033f836c3d35e07871fb5c7d8347d119a2c7001f Mon Sep 17 00:00:00 2001 From: Andy Portmen Date: Sun, 23 Jul 2017 12:32:05 +0430 Subject: [PATCH] version 0.4.0 --- host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.js b/host.js index 6f3ff92..48da704 100755 --- a/host.js +++ b/host.js @@ -24,7 +24,7 @@ var files = []; var sprocess = []; var config = { - version: '0.4.1' + version: '0.4.0' }; // closing node when parent process is killed process.stdin.resume();