diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-07-03 11:00:41 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-07-03 11:00:41 +1000 |
commit | 039a98ba5afc254d0ef6fb3dcc97f4080e2a413a (patch) | |
tree | 0f6b5f5e3424681a9bd9d8b30f4a2461715c79f6 | |
parent | 9dab7e5d0c6539f85b5ba24ad2c813cea4ef5c65 (diff) | |
download | BIP39-039a98ba5afc254d0ef6fb3dcc97f4080e2a413a.tar.gz BIP39-039a98ba5afc254d0ef6fb3dcc97f4080e2a413a.tar.zst BIP39-039a98ba5afc254d0ef6fb3dcc97f4080e2a413a.zip |
Release v0.1.2
-rw-r--r-- | bip39-standalone.html | 2 | ||||
-rw-r--r-- | changelog.md | 5 | ||||
-rw-r--r-- | src/index.html | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html index a00cb68..07c61f2 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.1.1</p> | 121 | <p class="version">v0.1.2</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 e99afd3..7984bea 100644 --- a/changelog.md +++ b/changelog.md | |||
@@ -1,3 +1,8 @@ | |||
1 | # 0.1.2 | ||
2 | |||
3 | * Add Crown network | ||
4 | * Network names are displayed with currency code | ||
5 | |||
1 | # 0.1.1 | 6 | # 0.1.1 |
2 | 7 | ||
3 | * Add DASH Testnet | 8 | * Add DASH Testnet |
diff --git a/src/index.html b/src/index.html index 8fc68f1..ed03279 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.1.1</p> | 117 | <p class="version">v0.1.2</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"> |