Skip to content

Commit

Permalink
version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
debris committed Aug 14, 2015
1 parent 1769ab7 commit 61e6a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var configPath = './config.json';

// Define program options
program
.version('0.1.0')
.version('2.1.6')
.option('-c, --config <path>', 'set config path. default to ./config.json')
.parse(process.argv);

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": "smart-exchange",
"version": "2.1.5",
"version": "2.1.6",
"description": "",
"main": "./lib/interface.js",
"bin": "./app.js",
Expand Down

0 comments on commit 61e6a16

Please sign in to comment.