From b7f77fc88be0f44ef514877829db1858cb65a83c Mon Sep 17 00:00:00 2001 From: BitcoinQnA Date: Wed, 3 Aug 2022 09:03:05 +0100 Subject: [PATCH] Add version number + v2.0.1 release --- dist/index.html | 10 ++++++---- package.json | 2 +- src/www/dev.html | 10 +++++----- src/www/js/info.js | 1 + 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/dist/index.html b/dist/index.html index 0804e66..8091cdb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -737,6 +737,7 @@

LOADING

Seed Tool

+
v2.0.1

@@ -1713,9 +1714,9 @@

BIP141: Segregated Witness (Consensus layer)

My Details

@@ -190568,6 +190569,7 @@

Changelog

  • V1.0.6 - ADD: Raw Entropy Input Method
  • V1.0.7 - ADD: BIP86 Taproot Address Generation
  • V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation
  • +
  • V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation
  • `, UNKNOWN: /*html*/ `

    ERROR: 404

    diff --git a/package.json b/package.json index b9c4291..32bd5dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seed-tool", - "version": "2.0.0", + "version": "2.0.1", "description": "Bitcoin wallet seed tool", "main": "index.js", "scripts": { diff --git a/src/www/dev.html b/src/www/dev.html index 715ecc2..6494496 100644 --- a/src/www/dev.html +++ b/src/www/dev.html @@ -96,7 +96,7 @@

    LOADING

    Seed Tool

    -
    v2.0.0
    +
    v2.0.1

    @@ -1073,9 +1073,9 @@

    BIP141: Segregated Witness (Consensus layer)

    My Details

    diff --git a/src/www/js/info.js b/src/www/js/info.js index c2d9ddd..1ef0c55 100644 --- a/src/www/js/info.js +++ b/src/www/js/info.js @@ -529,6 +529,7 @@ window.infoHtml = {
  • V1.0.6 - ADD: Raw Entropy Input Method
  • V1.0.7 - ADD: BIP86 Taproot Address Generation
  • V2.0.0 - ADD: Predictive seed word input, Single Address Tool and BIP48 Multisig Address Derivation
  • +
  • V2.0.1 - ADD: Version number to header. FIX: BIP47 testnet derivation
  • `, UNKNOWN: /*html*/ `

    ERROR: 404