diff --git a/bin/ucoind b/bin/ucoind
index 5eefe5a65857feea8b3f1fcf89db67b8a1330a7f..a53902435b5407e019e5c3cc2b4e28f44479a357 100755
--- a/bin/ucoind
+++ b/bin/ucoind
@@ -24,7 +24,7 @@ function keys (val) {
 var DO_NOT_LISTEN_HTTP = false;
 
 program
-  .version('0.6.1')
+  .version('0.7.0')
   .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 b18e44749e5b040220905c7271eeb7990ee4d65e..3a18a9f67184a3575c7f501015ea056239ca26f1 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
   "name": "ucoin",
-  "version": "0.6.1",
+  "version": "0.7.0",
   "private": false,
-  "description": "Crypto-currency software using Node.js",
+  "description": "Crypto-currency software allowing to build P2P free currencies",
   "main": "bin/ucoin",
   "directories": {
     "test": "test"
@@ -17,6 +17,7 @@
   },
   "keywords": [
     "openudc",
+    "ucoin",
     "crypto-currency"
   ],
   "author": "Cedric Moreau <cem.moreau@gmail.com>",