Skip to content

Commit

Permalink
Merge branch 'master' of github-zyuhel:zyuhel/secu
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuhel committed May 21, 2018
2 parents a305e2b + 4a435ea commit 5c5a184
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": 36666,
"address": "0.0.0.0",
"version": "0.2.0",
"minVersion": ">=0.2.0",
"version": "0.2.1",
"minVersion": ">=0.2.1",
"fileLogLevel": "info",
"logFileName": "logs/adamant.log",
"consoleLogLevel": "none",
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": "adamant",
"version": "0.0.2",
"version": "0.2.1",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit 5c5a184

Please sign in to comment.