From dbb0d3548f287f3cda149968e9405cf2acd6e4f4 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Thu, 9 Oct 2014 02:19:08 +0200
Subject: [PATCH] v0.8.5

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

diff --git a/bin/ucoind b/bin/ucoind
index 15f4b07e8..281899fc0 100755
--- a/bin/ucoind
+++ b/bin/ucoind
@@ -25,7 +25,7 @@ function keys (val) {
 var DO_NOT_LISTEN_HTTP = false;
 
 program
-  .version('0.8.4')
+  .version('0.8.5')
   .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 18062a7b8..bd4a15301 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ucoin",
-  "version": "0.8.4",
+  "version": "0.8.5",
   "private": false,
   "description": "Crypto-currency software allowing to build P2P free currencies",
   "main": "bin/ucoin",
@@ -9,7 +9,7 @@
   },
   "scripts": {
     "test": "mocha --growl test/fast test/fast/block test/medium",
-    "preinstall": "cd naclb && npm install ./",
+    "preinstall": "npm install ./naclb",
     "start": "bin/ucoin"
   },
   "repository": {
-- 
GitLab