From d8e9083d53b2afcebe28aadaae5fd6a216eb74cd Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Sat, 21 Feb 2015 15:41:36 +0100
Subject: [PATCH] Releasing 0.8.2

---
 README.md                | 2 +-
 src/cutecoin/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f3cfcdb7..60c30edb 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Qt Client for [Ucoin](http://www.ucoin.io) project.
   * The executable is generated in "build" folder, named "cutecoin"
 
 ### How to download latest release
-  * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.8.1)
+  * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.8.2)
   * Download the package corresponding to your operating system
   * Unzip and start "cutecoin" :)
   * Join our beta community by contacting us on ucoin forums : forum.ucoin.io
diff --git a/src/cutecoin/__init__.py b/src/cutecoin/__init__.py
index ad18e517..7229a37a 100644
--- a/src/cutecoin/__init__.py
+++ b/src/cutecoin/__init__.py
@@ -1,2 +1,2 @@
-__version_info__ = ('0', '8', '1')
+__version_info__ = ('0', '8', '2')
 __version__ = '.'.join(__version_info__)
-- 
GitLab