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

v0.9.1

parent 1ecede76
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ function keys (val) { ...@@ -25,7 +25,7 @@ function keys (val) {
var DO_NOT_LISTEN_HTTP = false; var DO_NOT_LISTEN_HTTP = false;
program program
.version('0.9.0') .version('0.9.1')
.usage('<command> [options]') .usage('<command> [options]')
.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.')
......
{ {
"name": "ucoin", "name": "ucoin",
"version": "0.9.0", "version": "0.9.1",
"private": false, "private": false,
"description": "Crypto-currency software allowing to build P2P free currencies", "description": "Crypto-currency software allowing to build P2P free currencies",
"main": "bin/ucoin", "main": "bin/ucoin",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment