Skip to content

Commit 8dff147

Browse files
committed
V7.0.0
- Update dependencies.
1 parent be19fc6 commit 8dff147

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.0.0
2+
3+
- Update dependencies.
4+
15
## 6.9.0
26

37
- Fix Segwit address equality operation.

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ packages:
1515
path: ".."
1616
relative: true
1717
source: path
18-
version: "6.8.0"
18+
version: "6.9.0"
1919
blockchain_utils:
2020
dependency: "direct main"
2121
description:
2222
name: blockchain_utils
23-
sha256: edc360f7f2a8978d089a34dd62a5dfad303c79260e5f6207e1709fed80c84334
23+
sha256: "9129a7b13e50c692387b69f24ca82c06360a75094dd0d286e21430c5b1492707"
2424
url: "https://pub.dev"
2525
source: hosted
26-
version: "5.2.0"
26+
version: "5.4.0"
2727
boolean_selector:
2828
dependency: transitive
2929
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
path: ../
4040
# blockchain_utils:
4141
# path: ../../blockchain_utils
42-
blockchain_utils: ^5.1.0
42+
blockchain_utils: ^5.4.0
4343
http: ^1.2.0
4444

4545
dev_dependencies:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bitcoin_base
22
description: A versatile library for Bitcoin, Dogecoin, Litecoin, Dash, BSV, and BCH. Supports P2PKH, P2SH, P2WPKH, P2WSH, P2TR, with advanced creation, signing, and spending capabilities.
3-
version: 6.9.0
3+
version: 7.0.0
44
homepage: "https://github.com/mrtnetwork/bitcoin_base"
55
repository: "https://github.com/mrtnetwork/bitcoin_base"
66
Author: mrhaydari.t@gmail.com
@@ -16,7 +16,7 @@ environment:
1616

1717

1818
dependencies:
19-
blockchain_utils: ^5.2.0
19+
blockchain_utils: ^5.4.0
2020

2121
# blockchain_utils:
2222
# path: ../blockchain_utils

0 commit comments

Comments
 (0)