diff options
author | Ian Coleman <ian@iancoleman.io> | 2019-05-16 12:05:45 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2019-05-16 12:05:45 +1000 |
commit | 0d0099e6331ed25910d10476c1fa50a4ea838585 (patch) | |
tree | f41dda7fef5a6d18fabd3c08f36be5967213e1e8 | |
parent | bea736aeae48b4c17494bed15a987b05206b1486 (diff) | |
download | BIP39-0d0099e6331ed25910d10476c1fa50a4ea838585.tar.gz BIP39-0d0099e6331ed25910d10476c1fa50a4ea838585.tar.zst BIP39-0d0099e6331ed25910d10476c1fa50a4ea838585.zip |
Release v0.3.11
-rw-r--r-- | changelog.md | 13 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 29aa0c0..7e4ca27 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,16 @@ | |||
1 | # 0.3.11 | ||
2 | |||
3 | * Add NIX network | ||
4 | * Fix coin parameters for NMC, XMY, CLAM, ONX, LKR | ||
5 | * Add DEXON network | ||
6 | * Add Nebulas network | ||
7 | * Add LSP network | ||
8 | * Fix Crown network address format | ||
9 | * Add Ellaism network | ||
10 | * Add Etheresocial network | ||
11 | * Add Bolivarcoin network | ||
12 | * Forec spellcheck and autocomplete to be off | ||
13 | |||
1 | # 0.3.10 | 14 | # 0.3.10 |
2 | 15 | ||
3 | * Add Phore network | 16 | * Add Phore network |
diff --git a/src/index.html b/src/index.html index 26a0c72..cc8dcad 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.10</p> | 18 | <p class="version">v0.3.11</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"> |