diff --git a/README.md b/README.md index 211f87981..e367b64c9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Lisk Blockchain Explorer -Lisk blockchain explorer version 0.3. Works with Lisk wallet API. Uses Redis for caching data and Freegeoip for IP geo-location. +Lisk blockchain explorer version 1.0.0 works in conjunction with the Lisk core API. It uses Redis for caching data and Freegeoip to parse IP geo-location data. ## Prerequisites + * Nodejs v4.0.0 or higher (https://nodejs.org/) * Redis (http://redis.io) * Freegeoip (https://github.com/fiorix/freegeoip) * Bower (http://bower.io/) diff --git a/bower.json b/bower.json index 20a302467..1516beded 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "lisk-explorer", - "version": "0.3.0", + "version": "1.0.0", "dependencies": { "angular": "~1.5.8", "angular-animate": "~1.5.8", diff --git a/package.json b/package.json index 97b91b81c..90bc7d242 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lisk-explorer", - "version": "0.3.0", + "version": "1.0.0", "description": "Lisk blockchain explorer", "repository": { "type": "git",