Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mrtnetwork committed Jan 23, 2025
1 parent b619640 commit 049a1cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 5.1.0

* Update dependencies

## 5.0.0

* Update dependencies
* Minimum required Dart SDK version updated to 3.3.

Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ packages:
dependency: "direct main"
description:
name: blockchain_utils
sha256: d25cf2ebfa340c5261e77bc0b960f97529c283160d1b9b4f63f3015816369d9f
sha256: "7d0a1a3df35e75433486c5967073be4dda19efb9232a5233e1558fa522405df7"
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "4.0.1"
boolean_selector:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
path: ../
# blockchain_utils:
# path: ../../../blockchain_utils
blockchain_utils: ^4.0.0
blockchain_utils: ^4.0.1
http: ^1.2.0

dev_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bitcoin_base
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.
version: 5.0.0
version: 5.1.0
homepage: "https://github.com/mrtnetwork/bitcoin_base"
repository: "https://github.com/mrtnetwork/bitcoin_base"
Author: [email protected]
Expand All @@ -16,7 +16,7 @@ environment:


dependencies:
blockchain_utils: ^4.0.0
blockchain_utils: ^4.0.1

# blockchain_utils:
# path: ../../blockchain_utils
Expand Down

0 comments on commit 049a1cc

Please sign in to comment.