diff options
-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"> |