From 20176d3b4530436e450f23296b9102337a308b7d Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Fri, 4 Dec 2015 12:47:55 +0100
Subject: [PATCH] v0.12.1

---
 install.sh   | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install.sh b/install.sh
index b0f5991dd..8572a4e28 100644
--- a/install.sh
+++ b/install.sh
@@ -11,7 +11,7 @@ if [ -z "$UCOIN_DIR" ]; then
 fi
 
 ucoin_latest_version() {
-  echo "v0.12.0"
+  echo "v0.12.1"
 }
 
 ucoin_repo_url() {
diff --git a/package.json b/package.json
index d65371a6b..7b4cdd080 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ucoin",
-  "version": "0.12.0",
+  "version": "0.12.1",
   "engines": {
     "node": ">=0.12 <0.13",
     "npm": ">=2.11"
-- 
GitLab