Skip to content

Commit 28d24cb

Browse files
committed
2.0.2 Release
1 parent fe47af2 commit 28d24cb

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ <h2>LOADING</h2>
787787
<div class="container">
788788
<div class="content">
789789
<h1>Seed Tool</h1>
790-
<h5 style="text-align:center;">v2.0.1</h5>
790+
<h5 style="text-align:center;">v2.0.2</h5>
791791
<hr>
792792
<button class="accordion" title="Click to expand this section" id="aboutPanel">
793793
About
@@ -814,7 +814,7 @@ <h2>Warning</h2>
814814
amnesic operating system like
815815
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
816816
</p>
817-
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.1/index.html">
817+
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.2/index.html">
818818
<button class="btn" title="Download page for offline use">Download </button>
819819
</a>
820820

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seed-tool",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Bitcoin wallet seed tool",
55
"main": "index.js",
66
"scripts": {

src/www/dev.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>LOADING</h2>
9696
<div class="container">
9797
<div class="content">
9898
<h1>Seed Tool</h1>
99-
<h5 style="text-align:center;">v2.0.1</h5>
99+
<h5 style="text-align:center;">v2.0.2</h5>
100100
<hr>
101101
<button class="accordion" title="Click to expand this section" id="aboutPanel">
102102
About
@@ -123,7 +123,7 @@ <h2>Warning</h2>
123123
amnesic operating system like
124124
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
125125
</p>
126-
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.1/index.html">
126+
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.2/index.html">
127127
<button class="btn" title="Download page for offline use">Download </button>
128128
</a>
129129

src/www/js/info.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ window.infoHtml = {
530530
<li>V1.0.7 - ADD: BIP86 Taproot Address Generation</li>
531531
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
532532
<li>V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation </li>
533+
<li>V2.0.2 - ADD: SeedQR Support and Testnet 'Single Address' Functionality </li>
533534
</ul>`,
534535
UNKNOWN: /*html*/ `
535536
<h3>ERROR: 404</h3>

0 commit comments

Comments
 (0)