From ade8f4615fcedd750d863e8f1df4b460b72b02d5 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Thu, 9 Oct 2014 13:19:32 +0200
Subject: [PATCH] v0.8.7

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

diff --git a/bin/ucoind b/bin/ucoind
index 4acd1cfef..3163bd8fc 100755
--- a/bin/ucoind
+++ b/bin/ucoind
@@ -25,7 +25,7 @@ function keys (val) {
 var DO_NOT_LISTEN_HTTP = false;
 
 program
-  .version('0.8.6')
+  .version('0.8.7')
   .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 954f394e8..c557ac4e6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ucoin",
-  "version": "0.8.6",
+  "version": "0.8.7",
   "private": false,
   "description": "Crypto-currency software allowing to build P2P free currencies",
   "main": "bin/ucoin",
-- 
GitLab