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