diff --git a/bin/ucoind b/bin/ucoind index 06a0e2ad5ce8b1285a14c703f7c5699cb044f80b..ed083f554133dc7ce26ddb150ece304122a7a1c7 100755 --- a/bin/ucoind +++ b/bin/ucoind @@ -25,7 +25,7 @@ function keys (val) { var DO_NOT_LISTEN_HTTP = false; program - .version('0.9.0') + .version('0.9.1') .usage('<command> [options]') .option('-p, --port <port>', 'Port to listen for requests', parseInt) .option('-c, --currency <name>', 'Name of the currency managed by this node.') diff --git a/package.json b/package.json index c8e02635bd5f7c6dba7eb3b277d198f6e1e176d2..d083ccbb8312fa1b5fcf46413542c9cfef83c3c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.9.0", + "version": "0.9.1", "private": false, "description": "Crypto-currency software allowing to build P2P free currencies", "main": "bin/ucoin",