Skip to content
Snippets Groups Projects
Commit 663a0cee authored by Cédric Moreau's avatar Cédric Moreau
Browse files

v0.1.0

parent 6a29806e
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ function keys (val) { ...@@ -10,7 +10,7 @@ function keys (val) {
} }
program program
.version('0.0.8') .version('0.1.0')
.option('-p, --port <port>', 'Port to listen for requests', parseInt) .option('-p, --port <port>', 'Port to listen for requests', parseInt)
.option('-c, --currency <name>', 'Name of the currency managed by this node.') .option('-c, --currency <name>', 'Name of the currency managed by this node.')
.option('-C, --config <name>', 'Name of the currency to configure.') .option('-C, --config <name>', 'Name of the currency to configure.')
......
{ {
"name": "ucoin", "name": "ucoin",
"version": "0.0.10", "version": "0.1.0",
"private": true, "private": true,
"description": "OpenUDC-like implementation using Node.js", "description": "OpenUDC-like implementation using Node.js",
"main": "bin/ucoin", "main": "bin/ucoin",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment