Skip to content

Commit 941ac9a

Browse files
committedFeb 18, 2025·
V5.3.0
Update dependencies
1 parent 5a5db6f commit 941ac9a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.3.0
2+
3+
* Update dependencies
4+
15
## 5.2.0
26

37
* Update dependencies

‎example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ packages:
1515
path: ".."
1616
relative: true
1717
source: path
18-
version: "5.2.0"
18+
version: "5.3.0"
1919
blockchain_utils:
2020
dependency: "direct main"
2121
description:
2222
name: blockchain_utils
23-
sha256: b6cb335397685e7625bb74bbd4ff4f0dd0f6ce3e3f65a40da4aa5a3c54eaa78c
23+
sha256: "8633ec5db6200807286500f060a39a281f1b5468ecfbd88c4390ff358999e720"
2424
url: "https://pub.dev"
2525
source: hosted
26-
version: "4.1.0"
26+
version: "4.2.0"
2727
boolean_selector:
2828
dependency: transitive
2929
description:

‎example/pubspec.yaml

+1-1
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: ^4.1.0
42+
blockchain_utils: ^4.2.0
4343
http: ^1.2.0
4444

4545
dev_dependencies:

‎pubspec.yaml

+2-2
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: 5.2.0
3+
version: 5.3.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: ^4.1.0
19+
blockchain_utils: ^4.2.0
2020

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

0 commit comments

Comments
 (0)
Please sign in to comment.