diff options
author | BeachM <11566409+BeachM@users.noreply.github.com> | 2018-08-10 21:56:20 -0700 |
---|---|---|
committer | BeachM <11566409+BeachM@users.noreply.github.com> | 2018-08-10 21:56:20 -0700 |
commit | 3eee87560ba28593ee82637b5d981b038689d629 (patch) | |
tree | 31c5317e6b14e80f36f48390aca783a6e0204531 | |
parent | 74f0021ed0013b214bef1d1d0472fe711ff67b59 (diff) | |
download | BIP39-3eee87560ba28593ee82637b5d981b038689d629.tar.gz BIP39-3eee87560ba28593ee82637b5d981b038689d629.tar.zst BIP39-3eee87560ba28593ee82637b5d981b038689d629.zip |
Release v0.3.8s
-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 670e93e..61d474c 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,7 @@ | |||
1 | # 0.3.8s | ||
2 | |||
3 | * Add Stash network | ||
4 | |||
1 | # 0.3.8 | 5 | # 0.3.8 |
2 | 6 | ||
3 | * Add p2wpkh for litecoin | 7 | * Add p2wpkh for litecoin |
diff --git a/src/index.html b/src/index.html index 917813a..203e6e2 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.3.8</p> | 18 | <p class="version">v0.3.8s</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"> |