Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboehm committed Nov 9, 2021
1 parent 1bd1805 commit 7ab32cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/wallet-address-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -14015,7 +14015,7 @@ var CURRENCIES = [
}, {
name: 'Cardano',
symbol: 'ada',
segwitHrp: { prod: 'addr' },
segwitHrp: { prod: 'addr', testnet: 'addr_test' },
validator: ADAValidator,
}, {
name: 'Monero',
Expand Down
2 changes: 1 addition & 1 deletion dist/wallet-address-validator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"browser",
"nodejs"
],
"version": "0.4.0",
"version": "0.4.1",
"author": "Martin <[email protected]>",
"homepage": "https://github.com/trezor/trezor-address-validator",
"license": "MIT",
Expand Down

0 comments on commit 7ab32cc

Please sign in to comment.