From 663a0cee9d9a7e83b0568645a3eb2d3e1edfd70b Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Tue, 27 Aug 2013 22:12:30 +0200
Subject: [PATCH] v0.1.0

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

diff --git a/bin/ucoind b/bin/ucoind
index 6778c02c4..d30ef1fc3 100755
--- a/bin/ucoind
+++ b/bin/ucoind
@@ -10,7 +10,7 @@ function keys (val) {
 }
 
 program
-  .version('0.0.8')
+  .version('0.1.0')
   .option('-p, --port <port>', 'Port to listen for requests', parseInt)
   .option('-c, --currency <name>', 'Name of the currency managed by this node.')
   .option('-C, --config <name>', 'Name of the currency to configure.')
diff --git a/package.json b/package.json
index 916e87d2f..7baca78d9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ucoin",
-  "version": "0.0.10",
+  "version": "0.1.0",
   "private": true,
   "description": "OpenUDC-like implementation using Node.js",
   "main": "bin/ucoin",
-- 
GitLab