diff options
-rw-r--r-- | bip39-standalone.html | 2 | ||||
-rw-r--r-- | changelog.md | 4 | ||||
-rw-r--r-- | src/index.html | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html index f183777..3ec21db 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html | |||
@@ -118,7 +118,7 @@ | |||
118 | <div class="container"> | 118 | <div class="container"> |
119 | 119 | ||
120 | <h1 class="text-center">Mnemonic Code Converter</h1> | 120 | <h1 class="text-center">Mnemonic Code Converter</h1> |
121 | <p class="version">v0.2.2</p> | 121 | <p class="version">v0.2.3</p> |
122 | <hr> | 122 | <hr> |
123 | <div class="row"> | 123 | <div class="row"> |
124 | <div class="col-md-12"> | 124 | <div class="col-md-12"> |
diff --git a/changelog.md b/changelog.md index 8079261..1018830 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,7 @@ | |||
1 | # 0.2.3 | ||
2 | |||
3 | * Add maza coin | ||
4 | |||
1 | # 0.2.2 | 5 | # 0.2.2 |
2 | 6 | ||
3 | * Improve showing feedback for pending calculations | 7 | * Improve showing feedback for pending calculations |
diff --git a/src/index.html b/src/index.html index 5b1e223..21f070f 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -114,7 +114,7 @@ | |||
114 | <div class="container"> | 114 | <div class="container"> |
115 | 115 | ||
116 | <h1 class="text-center">Mnemonic Code Converter</h1> | 116 | <h1 class="text-center">Mnemonic Code Converter</h1> |
117 | <p class="version">v0.2.2</p> | 117 | <p class="version">v0.2.3</p> |
118 | <hr> | 118 | <hr> |
119 | <div class="row"> | 119 | <div class="row"> |
120 | <div class="col-md-12"> | 120 | <div class="col-md-12"> |