From 82c3766c1fa2bce2c49efe20cf5ef8f26ab33a7f Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sat, 9 Jan 2016 17:43:14 +0100
Subject: [PATCH] v0.13.1

---
 install.sh                   | 2 +-
 package.json                 | 2 +-
 test/integration/branches.js | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/install.sh b/install.sh
index a2fa0b6b1..2a5b38a6e 100644
--- a/install.sh
+++ b/install.sh
@@ -11,7 +11,7 @@ if [ -z "$UCOIN_DIR" ]; then
 fi
 
 ucoin_latest_version() {
-  echo "v0.13.0"
+  echo "v0.13.1"
 }
 
 ucoin_repo_url() {
diff --git a/package.json b/package.json
index d3ad1f578..06b6c7f9b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ucoin",
-  "version": "0.13.0",
+  "version": "0.13.1",
   "engines": {
     "node": ">=4.2.0",
     "npm": ">=2.11"
diff --git a/test/integration/branches.js b/test/integration/branches.js
index 614406f35..e35399de2 100644
--- a/test/integration/branches.js
+++ b/test/integration/branches.js
@@ -225,7 +225,7 @@ describe("Branches", function() {
     it('should have a 3 blocks fork window size', function() {
       return expectAnswer(rp('http://127.0.0.1:7778/node/summary', { json: true }), function(res) {
         res.should.have.property('ucoin').property('software').equal('ucoind');
-        res.should.have.property('ucoin').property('version').equal('0.13.0');
+        res.should.have.property('ucoin').property('version').equal('0.13.1');
         res.should.have.property('ucoin').property('forkWindowSize').equal(3);
       });
     });
-- 
GitLab