From 2c3df9711cfa9dd32b30f1eee42d2d93b097ea7c Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Thu, 28 Aug 2014 23:55:55 +0200
Subject: [PATCH] v0.7.0

---
 bin/ucoind   | 2 +-
 package.json | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/bin/ucoind b/bin/ucoind
index 5eefe5a65..a53902435 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 b18e44749..3a18a9f67 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>",
-- 
GitLab