diff --git a/bin/ucoind b/bin/ucoind index 4520bb24cb568f2a4639a4472f8c697c607542f9..1c574e4fd60630dd0f9cffcd72efedee77406dd7 100755 --- a/bin/ucoind +++ b/bin/ucoind @@ -25,7 +25,7 @@ function keys (val) { var DO_NOT_LISTEN_HTTP = false; program - .version('0.9.3') + .version('0.9.4') .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 be206cbc8dc35f361a0e328efcba7b6128da92be..344fe57c50c2521b5ecfe4cf6740314a0686268d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.9.3", + "version": "0.9.4", "private": false, "description": "Crypto-currency software allowing to build P2P free currencies", "main": "bin/ucoin",