diff options
author | Ian Coleman <ian@iancoleman.io> | 2020-02-07 21:26:43 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2020-02-07 21:26:43 +1100 |
commit | 90f7a5ec9309c755dd06a534190067fa6f1f97fe (patch) | |
tree | 38c22f12f9c04ca8565f83622ffae61a91d19eb2 | |
parent | dd496c82c10ddd9612c80c70b4a21e05f2720624 (diff) | |
download | BIP39-90f7a5ec9309c755dd06a534190067fa6f1f97fe.tar.gz BIP39-90f7a5ec9309c755dd06a534190067fa6f1f97fe.tar.zst BIP39-90f7a5ec9309c755dd06a534190067fa6f1f97fe.zip |
Release v0.4.2
-rw-r--r-- | changelog.md | 4 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 0127905..dc9842d 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,7 @@ | |||
1 | # 0.4.2 | ||
2 | |||
3 | * Fix ethereum private key format | ||
4 | |||
1 | # 0.4.1 | 5 | # 0.4.1 |
2 | 6 | ||
3 | * Fix no loading on chrome with third-party cookies blocked | 7 | * Fix no loading on chrome with third-party cookies blocked |
diff --git a/src/index.html b/src/index.html index fe971da..d486fa2 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.1</p> | 18 | <p class="version">v0.4.2</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"> |