Skip to content

Commit

Permalink
v.3.0.1
Browse files Browse the repository at this point in the history
update dependencies.
  • Loading branch information
mrtnetwork committed Mar 16, 2024
1 parent 5d7f5d3 commit 89d6bb8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.1
- Update dependencies.

## 3.0.0
- Added support for the Cardano network.

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ Here are some examples:
- Cardano Transaction
Check out all the examples at the provided [link](https://github.com/mrtnetwork/On_chain/tree/main/example/lib/example/cardano).
Transfer ADA
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
path: ../
web_socket_channel: ^2.4.0
http: ^1.1.0
blockchain_utils: ^2.1.0
blockchain_utils: ^2.1.1
# 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 for a seamless blockchain experience.
version: 3.0.0
description: Streamline Ethereum, Tron, Solana and Cardano operations. Effortlessly create transactions, interact with smart contracts, sign, and send transactions.
version: 3.0.1
homepage: "https://github.com/mrtnetwork/on_chain"
repository: "https://github.com/mrtnetwork/on_chain"
Author: [email protected]
Expand All @@ -17,7 +17,7 @@ environment:


dependencies:
blockchain_utils: ^2.1.0
blockchain_utils: ^2.1.1

dev_dependencies:
test: ^1.25.2
Expand Down

0 comments on commit 89d6bb8

Please sign in to comment.