From 0af1dd39a7f74e7e57d1312913018202779acf3d Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Wed, 2 Apr 2014 16:26:55 -0400 Subject: [PATCH] update version to 0.1.9 The major changes in this version are: * A new TransactionBuilder class to make it easy to make any kind of transaction. * BIP32 - hierarchical deterministic wallets. * Further progress towards full test coverage and 100% compatibility with bitcoin core. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61d4857e0..d3bec5b7c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitcore", "description": "Bitcoin Library", - "version": "0.1.8", + "version": "0.1.9", "author": { "name": "Stephen Pair", "email": "stephen@bitpay.com"