Skip to content

Commit

Permalink
V4.9.2
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mrtnetwork committed Nov 17, 2024
1 parent 940518a commit 3be1d3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.9.2

* Update dependencies
* Resolved issue with transaction deserialization (unsigned tx)

## 4.9.1

* Resolved issue with transaction deserialization (Issue #9)
Expand Down
8 changes: 4 additions & 4 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.9.1
version: 4.9.2
homepage: "https://github.com/mrtnetwork/bitcoin_base"
repository: "https://github.com/mrtnetwork/bitcoin_base"
Author: [email protected]
Expand All @@ -16,10 +16,10 @@ environment:


dependencies:
blockchain_utils: ^3.4.0
# blockchain_utils: ^3.4.0

# blockchain_utils:
# path: ../blockchain_utils
blockchain_utils:
path: ../blockchain_utils


dev_dependencies:
Expand Down

0 comments on commit 3be1d3c

Please sign in to comment.