Skip to content

Commit

Permalink
v1.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinQnA committed Apr 27, 2022
1 parent 3ee631c commit 4de90c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,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/1.0.2/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.3/index.html">
<button class="btn" title="Download page for offline use">Download </button>
</a>

Expand Down Expand Up @@ -122599,6 +122599,7 @@ <h3>Changelog</h3>
<li>V1.0.0 - Initial release</li>
<li>V1.0.1 - Fix social preview information</li>
<li>V1.0.2 - Fix loading issue on iOS devices</li>
<li>V1.0.3 - Add passphrase tester tool</li>
</ul>`,
UNKNOWN: /*html*/ `
<h3>ERROR: 404</h3>
Expand Down Expand Up @@ -123572,7 +123573,7 @@ <h3>ERROR: 404</h3>
case 'bip49':
if (!knownAddress.startsWith('3')) {
msg =
'ERROR: Your path indicates a wrapped segwit address, but your address doesn\'t start with "1"';
'ERROR: Your path indicates a wrapped segwit address, but your address doesn\'t start with "3"';
bip39PassphraseMessage(msg);
toast('Incorrect path');
return;
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": "1.0.2",
"version": "1.0.3",
"description": "Bitcoin wallet seed tool",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/www/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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/1.0.2/index.html">
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.3/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 @@ -377,6 +377,7 @@ window.infoHtml = {
<li>V1.0.0 - Initial release</li>
<li>V1.0.1 - Fix social preview information</li>
<li>V1.0.2 - Fix loading issue on iOS devices</li>
<li>V1.0.3 - Add passphrase tester tool</li>
</ul>`,
UNKNOWN: /*html*/ `
<h3>ERROR: 404</h3>
Expand Down

0 comments on commit 4de90c9

Please sign in to comment.