From 9fe3d54d4c43f2c4c0ffe6a61d309455a19ea983 Mon Sep 17 00:00:00 2001 From: Kosta Korenkov Date: Fri, 21 Jun 2019 13:40:03 +0300 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bfc8df..1aaa161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eth-node-healthcheck", - "version": "1.0.1", + "version": "1.0.2", "description": "Simple http server to monitor if Geth/Parity is in sync with the blockchain", "main": "index.js", "repository": "git@github.com:parsec-labs/eth-node-healthcheck.git",