Skip to content

Commit 4de90c9

Browse files
committed
v1.0.3 release
1 parent 3ee631c commit 4de90c9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

dist/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ <h2>Warning</h2>
598598
amnesic operating system like
599599
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
600600
</p>
601-
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.2/index.html">
601+
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.3/index.html">
602602
<button class="btn" title="Download page for offline use">Download </button>
603603
</a>
604604

@@ -122599,6 +122599,7 @@ <h3>Changelog</h3>
122599122599
<li>V1.0.0 - Initial release</li>
122600122600
<li>V1.0.1 - Fix social preview information</li>
122601122601
<li>V1.0.2 - Fix loading issue on iOS devices</li>
122602+
<li>V1.0.3 - Add passphrase tester tool</li>
122602122603
</ul>`,
122603122604
UNKNOWN: /*html*/ `
122604122605
<h3>ERROR: 404</h3>
@@ -123572,7 +123573,7 @@ <h3>ERROR: 404</h3>
123572123573
case 'bip49':
123573123574
if (!knownAddress.startsWith('3')) {
123574123575
msg =
123575-
'ERROR: Your path indicates a wrapped segwit address, but your address doesn\'t start with "1"';
123576+
'ERROR: Your path indicates a wrapped segwit address, but your address doesn\'t start with "3"';
123576123577
bip39PassphraseMessage(msg);
123577123578
toast('Incorrect path');
123578123579
return;

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": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Bitcoin wallet seed tool",
55
"main": "index.js",
66
"scripts": {

src/www/dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2>Warning</h2>
122122
amnesic operating system like
123123
<a href="https://tails.boum.org/about/index.en.html" target="_blank" rel="noopener noreferrer">Tails.</a>
124124
</p>
125-
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.2/index.html">
125+
<a href="https://github.com/BitcoinQnA/seedtool/releases/download/1.0.3/index.html">
126126
<button class="btn" title="Download page for offline use">Download </button>
127127
</a>
128128

src/www/js/info.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ window.infoHtml = {
377377
<li>V1.0.0 - Initial release</li>
378378
<li>V1.0.1 - Fix social preview information</li>
379379
<li>V1.0.2 - Fix loading issue on iOS devices</li>
380+
<li>V1.0.3 - Add passphrase tester tool</li>
380381
</ul>`,
381382
UNKNOWN: /*html*/ `
382383
<h3>ERROR: 404</h3>

0 commit comments

Comments
 (0)