diff options
author | Ian Coleman <ian@iancoleman.io> | 2021-02-11 03:57:45 +0000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2021-02-11 03:57:45 +0000 |
commit | 5e376b8903d3c94df3e51057cd8fb98d5b352280 (patch) | |
tree | bda9d6aaf643a5087ec1fc551cbbdf55571a5ef5 | |
parent | 90422a41afbd0de30dfa98f1091d6ca2af426cec (diff) | |
download | BIP39-5e376b8903d3c94df3e51057cd8fb98d5b352280.tar.gz BIP39-5e376b8903d3c94df3e51057cd8fb98d5b352280.tar.zst BIP39-5e376b8903d3c94df3e51057cd8fb98d5b352280.zip |
Release v0.5.1
-rw-r--r-- | changelog.md | 10 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 1f8c45a..9c56121 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,13 @@ | |||
1 | # 0.5.1 | ||
2 | |||
3 | * Add Portuguese language | ||
4 | * Add BIP85 | ||
5 | * Add Ritocoin | ||
6 | * Add Cosmos Hub | ||
7 | * Add ZooBC | ||
8 | * Add Zcoin/Firo rebranded coin | ||
9 | * Update Namecoin WIF | ||
10 | |||
1 | # 0.5.0 | 11 | # 0.5.0 |
2 | 12 | ||
3 | * Remove bias from base 6 and base 10 entropy | 13 | * Remove bias from base 6 and base 10 entropy |
diff --git a/src/index.html b/src/index.html index 34b43ec..da640f0 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.5.0</p> | 18 | <p class="version">v0.5.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"> |