diff options
author | Ian Coleman <ian@iancoleman.io> | 2020-02-06 20:14:00 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2020-02-06 20:14:00 +1100 |
commit | 927450e169e15e31b8f402c78a016cac47fc582d (patch) | |
tree | 13693ada455e54d624d7b34a4026b0a391a26bae | |
parent | a67554c649438a4c16feb9806e48ce6dc8f4be75 (diff) | |
download | BIP39-927450e169e15e31b8f402c78a016cac47fc582d.tar.gz BIP39-927450e169e15e31b8f402c78a016cac47fc582d.tar.zst BIP39-927450e169e15e31b8f402c78a016cac47fc582d.zip |
Release v0.4.1
-rw-r--r-- | changelog.md | 8 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 31a19b5..0127905 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,11 @@ | |||
1 | # 0.4.1 | ||
2 | |||
3 | * Fix no loading on chrome with third-party cookies blocked | ||
4 | * Add EtherCore | ||
5 | * Add RSK network | ||
6 | * Add DeepOnion segwit parameters | ||
7 | * Fix ethereum xpub derivation | ||
8 | |||
1 | # 0.4.0 | 9 | # 0.4.0 |
2 | 10 | ||
3 | * Third party libraries deduplicated and minified | 11 | * Third party libraries deduplicated and minified |
diff --git a/src/index.html b/src/index.html index 2bf7c6a..fe971da 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.4.0</p> | 18 | <p class="version">v0.4.1</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"> |