diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-07-26 12:04:37 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-07-26 12:04:37 +1000 |
commit | e47cd1970f7f40ede6a97fb284df1701a3f252e5 (patch) | |
tree | f55cbc288f495ed5b868524ab64d26f68cb65a95 | |
parent | d221cd2f3741805cdc92c83119ab620f5236aef5 (diff) | |
download | BIP39-e47cd1970f7f40ede6a97fb284df1701a3f252e5.tar.gz BIP39-e47cd1970f7f40ede6a97fb284df1701a3f252e5.tar.zst BIP39-e47cd1970f7f40ede6a97fb284df1701a3f252e5.zip |
Release v0.3.8
-rw-r--r-- | changelog.md | 9 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index dc8dce7..670e93e 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,12 @@ | |||
1 | # 0.3.8 | ||
2 | |||
3 | * Add p2wpkh for litecoin | ||
4 | * Add more networks - TSTRAT, Hush, ETC, PIRL, CLO, MIX, MUSIC, POA, EXP | ||
5 | * Add coinomi/ledger client to BIP32 tab | ||
6 | * Fix SYSCOIN and BTX parameters | ||
7 | * Remove bip39-standalone.html from repository | ||
8 | * Remove duplicate id properties on html elements | ||
9 | |||
1 | # 0.3.7 | 10 | # 0.3.7 |
2 | 11 | ||
3 | * Update AXE network parameters | 12 | * Update AXE network parameters |
diff --git a/src/index.html b/src/index.html index 045e3e1..917813a 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -15,7 +15,7 @@ | |||
15 | <div class="container"> | 15 | <div class="container"> |
16 | 16 | ||
17 | <h1 class="text-center">Mnemonic Code Converter</h1> | 17 | <h1 class="text-center">Mnemonic Code Converter</h1> |
18 | <p class="version">v0.3.7</p> | 18 | <p class="version">v0.3.8</p> |
19 | <hr> | 19 | <hr> |
20 | <div class="row"> | 20 | <div class="row"> |
21 | <div class="col-md-12"> | 21 | <div class="col-md-12"> |