diff --git a/bin/ucoind b/bin/ucoind index 6778c02c4cad86df190604f260aa92622ac9a05e..d30ef1fc302d5239c13a6a6c81ea4cccb1bc1c28 100755 --- a/bin/ucoind +++ b/bin/ucoind @@ -10,7 +10,7 @@ function keys (val) { } program - .version('0.0.8') + .version('0.1.0') .option('-p, --port ', 'Port to listen for requests', parseInt) .option('-c, --currency ', 'Name of the currency managed by this node.') .option('-C, --config ', 'Name of the currency to configure.') diff --git a/package.json b/package.json index 916e87d2f9126fcb30aa34ec57c4ec3799893ca3..7baca78d918de8de73d19da08622605eb8db3526 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucoin", - "version": "0.0.10", + "version": "0.1.0", "private": true, "description": "OpenUDC-like implementation using Node.js", "main": "bin/ucoin",