Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Bumping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Beddows committed Nov 30, 2016
1 parent 01c3b58 commit 2d3d463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"port": 8000,
"address": "0.0.0.0",
"version": "0.4.1",
"minVersion": "~0.4.0",
"version": "0.5.0",
"minVersion": "~0.5.0",
"fileLogLevel": "info",
"logFileName": "logs/lisk.log",
"consoleLogLevel": "info",
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",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit 2d3d463

Please sign in to comment.