Skip to content

Commit 049a1cc

Browse files
committed
v5.1.0
Update dependencies
1 parent b619640 commit 049a1cc

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
## 5.1.0
2+
3+
* Update dependencies
4+
15
## 5.0.0
6+
27
* Update dependencies
38
* Minimum required Dart SDK version updated to 3.3.
49

example/pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ packages:
2020
dependency: "direct main"
2121
description:
2222
name: blockchain_utils
23-
sha256: d25cf2ebfa340c5261e77bc0b960f97529c283160d1b9b4f63f3015816369d9f
23+
sha256: "7d0a1a3df35e75433486c5967073be4dda19efb9232a5233e1558fa522405df7"
2424
url: "https://pub.dev"
2525
source: hosted
26-
version: "4.0.0"
26+
version: "4.0.1"
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.0.0
42+
blockchain_utils: ^4.0.1
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.0.0
3+
version: 5.1.0
44
homepage: "https://github.com/mrtnetwork/bitcoin_base"
55
repository: "https://github.com/mrtnetwork/bitcoin_base"
66
@@ -16,7 +16,7 @@ environment:
1616

1717

1818
dependencies:
19-
blockchain_utils: ^4.0.0
19+
blockchain_utils: ^4.0.1
2020

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

0 commit comments

Comments
 (0)