Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
update dependencies.
  • Loading branch information
mrtnetwork committed Mar 16, 2024
1 parent 14ef80f commit eb70012
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.0

* Update dependencies

## 4.1.0

* Update dependencies
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.3"
version: "4.2.0"
blockchain_utils:
dependency: "direct main"
description:
name: blockchain_utils
sha256: "9701dfaa74caad4daae1785f1ec4445cf7fb94e45620bc3a4aca1b9b281dc6c9"
sha256: "38ef5f4a22441ac4370aed9071dc71c460acffc37c79b344533f67d15f24c13c"
url: "https://pub.dev"
source: hosted
version: "1.6.0"
version: "2.1.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 @@ -37,7 +37,7 @@ dependencies:
cupertino_icons: ^1.0.2
bitcoin_base:
path: ../
blockchain_utils: ^1.6.0
blockchain_utils: ^2.1.0
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: 4.1.0
version: 4.2.0
homepage: "https://github.com/mrtnetwork/bitcoin_base"
repository: "https://github.com/mrtnetwork/bitcoin_base"
Author: mrhaydari.t@gmail.com
Expand All @@ -16,7 +16,7 @@ environment:


dependencies:
blockchain_utils: ^2.0.1
blockchain_utils: ^2.1.1


dev_dependencies:
Expand Down

0 comments on commit eb70012

Please sign in to comment.