From e11d4f0e3fb3e73732d5a6c97823e54c87fe581d Mon Sep 17 00:00:00 2001 From: Kosta Korenkov Date: Fri, 21 Jun 2019 13:53:18 +0300 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6428e31..475cb8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eth-node-healthcheck", - "version": "1.0.1", + "version": "1.1.0", "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",