From 609fc9333923ce553acdf4a1990714f2b2f1bee5 Mon Sep 17 00:00:00 2001 From: danda Date: Wed, 18 Jul 2018 20:27:54 +0800 Subject: [PATCH] version 0.3.2 --> 0.4.0 --- README.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20b14f5..ed5d7c5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A command-line tool that derives bip32 addresses and private keys for Bitcoin an As of version 0.3.2, over 300 altcoins are available, 97 with bip44 path information. Bitcoin Cash "CashAddr" and Ethereum address types are supported. -As of version 0.3.3, segwit keys and addresses are supported for Bitcoin as +As of version 0.4.0, segwit keys and addresses are supported for Bitcoin as ypub keys with p2sh style addresses and zpub keys with bech32 addresses. Derivation reports show privkey (wif encoded), xprv, xpub, and address. diff --git a/VERSION b/VERSION index 1c151ca..074ea44 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -hd-wallet-derive-v0.3.2 +hd-wallet-derive-v0.4.0