Skip to content

Commit

Permalink
2.0.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinQnA committed Feb 17, 2023
1 parent fe47af2 commit 28d24cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ <h2>LOADING</h2>
<div class="container">
<div class="content">
<h1>Seed Tool</h1>
<h5 style="text-align:center;">v2.0.1</h5>
<h5 style="text-align:center;">v2.0.2</h5>
<hr>
<button class="accordion" title="Click to expand this section" id="aboutPanel">
About
Expand All @@ -814,7 +814,7 @@ <h2>Warning</h2>
amnesic operating system like
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
</p>
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.1/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.2/index.html">
<button class="btn" title="Download page for offline use">Download </button>
</a>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seed-tool",
"version": "2.0.1",
"version": "2.0.2",
"description": "Bitcoin wallet seed tool",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/www/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>LOADING</h2>
<div class="container">
<div class="content">
<h1>Seed Tool</h1>
<h5 style="text-align:center;">v2.0.1</h5>
<h5 style="text-align:center;">v2.0.2</h5>
<hr>
<button class="accordion" title="Click to expand this section" id="aboutPanel">
About
Expand All @@ -123,7 +123,7 @@ <h2>Warning</h2>
amnesic operating system like
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
</p>
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.1/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/2.0.2/index.html">
<button class="btn" title="Download page for offline use">Download </button>
</a>

Expand Down
1 change: 1 addition & 0 deletions src/www/js/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ window.infoHtml = {
<li>V1.0.7 - ADD: BIP86 Taproot Address Generation</li>
<li>V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation</li>
<li>V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation </li>
<li>V2.0.2 - ADD: SeedQR Support and Testnet 'Single Address' Functionality </li>
</ul>`,
UNKNOWN: /*html*/ `
<h3>ERROR: 404</h3>
Expand Down

0 comments on commit 28d24cb

Please sign in to comment.