From 9cac40e454baf3c5ce21cff530137ac31f614fd8 Mon Sep 17 00:00:00 2001 From: Andy Portmen Date: Thu, 2 Feb 2017 11:59:24 +0330 Subject: [PATCH] version 0.2.5 --- host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.js b/host.js index 6d36ee6..5840656 100755 --- a/host.js +++ b/host.js @@ -20,7 +20,7 @@ var https = lazyRequire('./follow-redirects').https; var server, files = []; var config = { - version: '0.2.4' + version: '0.2.5' }; // closing node when parent process is killed process.stdin.resume();