Skip to content

Commit be23715

Browse files
committed
2.1.0 release
1 parent 607a4ca commit be23715

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

dist/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ <h2>LOADING</h2>
791791
<div class="container">
792792
<div class="content">
793793
<h1>Seed Tool</h1>
794-
<h5 style="text-align:center;">v2.0.2</h5>
794+
<h5 style="text-align:center;">v2.1.0</h5>
795795
<hr>
796796
<button class="accordion" title="Click to expand this section" id="aboutPanel">
797797
About
@@ -819,7 +819,7 @@ <h2>Warning</h2>
819819
amnesic operating system like
820820
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
821821
</p>
822-
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.2/index.html">
822+
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.1.0/index.html">
823823
<button class="btn" title="Download page for offline use">Download </button>
824824
</a>
825825

@@ -190759,6 +190759,7 @@ <h3>Changelog</h3>
190759190759
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
190760190760
<li>V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation </li>
190761190761
<li>V2.0.2 - ADD: SeedQR Support and Testnet 'Single Address' Functionality </li>
190762+
<li>V2.1.0 - FIX: Update color scheme, fix testnet WIF + address derivation, show Taproot addresses in Single address tool </li>
190762190763
</ul>`,
190763190764
UNKNOWN: /*html*/ `
190764190765
<h3>ERROR: 404</h3>

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.2",
3+
"version": "2.1.0",
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.2</h5>
99+
<h5 style="text-align:center;">v2.1.0</h5>
100100
<hr>
101101
<button class="accordion" title="Click to expand this section" id="aboutPanel">
102102
About
@@ -124,7 +124,7 @@ <h2>Warning</h2>
124124
amnesic operating system like
125125
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
126126
</p>
127-
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.2/index.html">
127+
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.1.0/index.html">
128128
<button class="btn" title="Download page for offline use">Download </button>
129129
</a>
130130

src/www/js/info.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ window.infoHtml = {
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>
533533
<li>V2.0.2 - ADD: SeedQR Support and Testnet 'Single Address' Functionality </li>
534+
<li>V2.1.0 - FIX: Update color scheme, fix testnet WIF + address derivation, show Taproot addresses in Single address tool </li>
534535
</ul>`,
535536
UNKNOWN: /*html*/ `
536537
<h3>ERROR: 404</h3>

0 commit comments

Comments
 (0)