From 0b7c52615f8f8619bc38d29a0711d0c47f644abd Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Thu, 24 Apr 2014 11:51:23 -0300 Subject: [PATCH] up version to 0.1.13 New things: * Statistical tests for RNG * New SecureRandom class that does the right thing on all platforms * Peer discovery * Signature sorting in TransactionBuilder * BIP32 speed improvements * Electrum-style public key derivation * Refactor node/browser code * Message signing/verification the bitcoin way * Address.fromScriptPubKey --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dc5f6dce..bd78c74ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bitcore", "description": "Bitcoin Library", - "version": "0.1.12", + "version": "0.1.13", "author": { "name": "Stephen Pair", "email": "stephen@bitpay.com"