From 63805fbdd88a9fba85ac58aca06c5fca948fbad8 Mon Sep 17 00:00:00 2001 From: Maciej Baj Date: Fri, 24 Aug 2018 10:18:19 +0200 Subject: [PATCH] Bump version --- config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index ce74b24b9f2..1fe3f7d6c18 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "wsPort": 8001, "httpPort": 8000, "address": "0.0.0.0", - "version": "1.0.0", + "version": "1.0.1", "minVersion": ">=1.0.0", "fileLogLevel": "info", "logFileName": "logs/lisk.log", diff --git a/package.json b/package.json index 6cb8786c639..f65d6fb1ae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lisk", - "version": "1.0.0", + "version": "1.0.1", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ",