diff --git a/bin/ucoind b/bin/ucoind index 15f4b07e8ae307d5817a59100adc67c470acabe2..281899fc09dcc52fba9206ab729ae77504079f8d 100755 --- a/bin/ucoind +++ b/bin/ucoind @@ -25,7 +25,7 @@ function keys (val) { var DO_NOT_LISTEN_HTTP = false; program - .version('0.8.4') + .version('0.8.5') .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 18062a7b84d39630df11ff487d8c031a4c8b9a7e..bd4a15301cb2255d47245234aa032d83ec9552f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.8.4", + "version": "0.8.5", "private": false, "description": "Crypto-currency software allowing to build P2P free currencies", "main": "bin/ucoin", @@ -9,7 +9,7 @@ }, "scripts": { "test": "mocha --growl test/fast test/fast/block test/medium", - "preinstall": "cd naclb && npm install ./", + "preinstall": "npm install ./naclb", "start": "bin/ucoin" }, "repository": {