Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Bumping Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabello committed Dec 9, 2016
1 parent 6078422 commit eff0a35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-explorer",
"version": "0.3.0",
"version": "1.0.0",
"description": "Lisk blockchain explorer",
"repository": {
"type": "git",
Expand Down

0 comments on commit eff0a35

Please sign in to comment.