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

v0.7.0

parent 553c51be
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ function keys (val) { ...@@ -24,7 +24,7 @@ function keys (val) {
var DO_NOT_LISTEN_HTTP = false; var DO_NOT_LISTEN_HTTP = false;
program program
.version('0.6.1') .version('0.7.0')
.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.6.1", "version": "0.7.0",
"private": false, "private": false,
"description": "Crypto-currency software using Node.js", "description": "Crypto-currency software allowing to build P2P free currencies",
"main": "bin/ucoin", "main": "bin/ucoin",
"directories": { "directories": {
"test": "test" "test": "test"
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
}, },
"keywords": [ "keywords": [
"openudc", "openudc",
"ucoin",
"crypto-currency" "crypto-currency"
], ],
"author": "Cedric Moreau <cem.moreau@gmail.com>", "author": "Cedric Moreau <cem.moreau@gmail.com>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment