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.
This commit is contained in:
Ryan X. Charles 2014-04-02 16:26:55 -04:00
parent e62fbaba77
commit 0af1dd39a7
1 changed files with 1 additions and 1 deletions

View File

@ -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"