From aa87963830b49e55fa54a95c406090e7a0fb1d19 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sun, 16 Mar 2014 08:55:45 -0700 Subject: [PATCH] update version to 0.1.8 Changes since version 0.1.7 * Refactor browser building * Examples of signing transactions * Key interface is now bitcore.Key, not bitcore.KeyModule.Key ** bitcore.KeyModule is deprecated * Bug fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e897179a..61273e26a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitcore", "description": "Bitcoin Library", - "version": "0.1.7", + "version": "0.1.8", "author": { "name": "Stephen Pair", "email": "stephen@bitpay.com"