Skip to content

Commit

Permalink
Changing version number to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuhel committed Jun 22, 2018
1 parent e581f3d commit c908c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"port": 36666,
"address": "0.0.0.0",
"version": "0.3.0",
"version": "0.3.1",
"minVersion": ">=0.3.0",
"fileLogLevel": "info",
"logFileName": "logs/adamant.log",
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.2.1",
"version": "0.3.1",
"private": true,
"scripts": {
"start": "node app.js",
Expand Down

0 comments on commit c908c17

Please sign in to comment.