diff --git a/README.md b/README.md index 7f25c607c..62051322d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lisk Blockchain Explorer -Lisk Explorer version 1.4.0 works in conjunction with the Lisk Core API. It uses Redis for caching data and Freegeoip to parse IP geo-location data. +Lisk Explorer version 1.4.1 works in conjunction with the Lisk Core API. It uses Redis for caching data and Freegeoip to parse IP geo-location data. [![Build Status](https://travis-ci.org/LiskHQ/lisk-explorer.svg?branch=development)](https://travis-ci.org/LiskHQ/lisk-explorer) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) diff --git a/package.json b/package.json index 200a1d725..9206f5a4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lisk-explorer", - "version": "1.4.0", + "version": "1.4.1", "description": "Lisk blockchain explorer", "repository": { "type": "git",