aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2021-02-12 23:36:45 +0000
committerIan Coleman <ian@iancoleman.io>2021-02-12 23:36:45 +0000
commit23f393acfba3f8697f42249965f4acfebae918a2 (patch)
tree809f9a872e21a8ae06c04f378cde1e5d0a4d8e58
parentc560e01e9117298ef2fa867f4e59c3112d1ef8ad (diff)
downloadBIP39-23f393acfba3f8697f42249965f4acfebae918a2.tar.gz
BIP39-23f393acfba3f8697f42249965f4acfebae918a2.tar.zst
BIP39-23f393acfba3f8697f42249965f4acfebae918a2.zip
Release v0.5.2
-rw-r--r--changelog.md4
-rw-r--r--src/index.html2
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 9c56121..a9018e5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
1# 0.5.2
2
3* Show ethereum private keys with correct padding
4
1# 0.5.1 5# 0.5.1
2 6
3* Add Portuguese language 7* Add Portuguese language
diff --git a/src/index.html b/src/index.html
index da640f0..0588171 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.1</p> 18 <p class="version">v0.5.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">