From 89d6bb82252528cd1c2baefcdbdbfceb9d67d004 Mon Sep 17 00:00:00 2001 From: Mohsen <56779182+mrtnetwork@users.noreply.github.com> Date: Sat, 16 Mar 2024 16:43:08 +0330 Subject: [PATCH] v.3.0.1 update dependencies. --- CHANGELOG.md | 3 +++ README.md | 1 + example/pubspec.yaml | 2 +- pubspec.yaml | 6 +++--- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 452f04d6..3bb83d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.1 +- Update dependencies. + ## 3.0.0 - Added support for the Cardano network. diff --git a/README.md b/README.md index c4bc0e78..495c03ed 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a9cabc51..be4dc507 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 864e24ec..20ed3375 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: mrhaydari.t@gmail.com @@ -17,7 +17,7 @@ environment: dependencies: - blockchain_utils: ^2.1.0 + blockchain_utils: ^2.1.1 dev_dependencies: test: ^1.25.2