From 0dac98a5277b8a5085f4c76abc54e9dd0a7637e2 Mon Sep 17 00:00:00 2001 From: Oliver Beddows Date: Mon, 10 Oct 2016 00:21:53 +0200 Subject: [PATCH] Bumping version. --- config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index f3550ef2a6c..9d7ead35c9d 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "port": 8000, "address": "0.0.0.0", - "version": "0.3.4", + "version": "0.4.0", "fileLogLevel": "info", "logFileName": "logs/lisk.log", "consoleLogLevel": "info", diff --git a/package.json b/package.json index 2e4cadbbcf1..0e69d5d2fbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lisk", - "version": "0.3.4", + "version": "0.4.0", "private": true, "scripts": { "start": "node app.js",