Skip to content

Commit

Permalink
V4.4.0
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
mrtnetwork committed Nov 17, 2024
1 parent 0fd6919 commit 6889eac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.4.0

- Update dependencies.


## 4.3.0

- Enhanced exception handling with updated exception classes
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies:
path: ../
web_socket_channel: ^2.4.0
http: ^1.1.0
# blockchain_utils:
# path: ../../blockchain_utils
blockchain_utils: ^3.4.0
blockchain_utils:
path: ../../blockchain_utils
# blockchain_utils: ^3.4.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: on_chain
description: Streamline Ethereum, Tron, Solana and Cardano operations. Effortlessly create transactions, interact with smart contracts, sign, and send transactions.
version: 4.3.0
version: 4.4.0
homepage: "https://github.com/mrtnetwork/on_chain"
repository: "https://github.com/mrtnetwork/on_chain"
Author: mrhaydari.t@gmail.com
Expand All @@ -17,13 +17,13 @@ environment:


dependencies:
blockchain_utils: ^3.4.0
blockchain_utils: ^3.5.0
# blockchain_utils:
# path: ../blockchain_utils


dev_dependencies:
test: ^1.25.8
test: ^1.25.2
lints: ^4.0.0
flutter_lints: ^4.0.0
# For information on the generic Dart part of this file, see the
Expand Down

0 comments on commit 6889eac

Please sign in to comment.