Skip to content

Commit

Permalink
V0.0.4
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
mrtnetwork committed Jul 14, 2024
1 parent 26ec71e commit 919543e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.4

- Update dependencies.


## 0.0.3

- Fixed various bugs.
Expand Down
11 changes: 6 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ packages:
blockchain_utils:
dependency: "direct main"
description:
path: "../../../bitcoin/blockchain_utils"
relative: true
source: path
version: "3.1.0"
name: blockchain_utils
sha256: aebc3a32b927b34f638817c4bfdb85f86a97e6ad35f0cd962660b0c6e8d5c56b
url: "https://pub.dev"
source: hosted
version: "3.3.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -221,7 +222,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.4"
typed_data:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ dependencies:
sdk: flutter
ton_dart:
path: ../
#blockchain_utils: ^3.1.0
blockchain_utils:
path: ../../../bitcoin/blockchain_utils
blockchain_utils: ^3.3.0
# blockchain_utils:
# path: ../../../bitcoin/blockchain_utils


# The following adds the Cupertino Icons font to your application.
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: ton_dart
description: "Ton Dart streamlines transaction management and crypto ops in the Ton network. It supports Wallet Contract, Highload Wallet, and Jetton contracts."
version: 0.0.3
version: 0.0.4
homepage: "https://github.com/mrtnetwork/ton_dart"
repository: "https://github.com/mrtnetwork/ton_dart"
Author: mrhaydari.t@gmail.com
Expand All @@ -16,7 +16,7 @@ environment:


dependencies:
blockchain_utils: ^3.2.0
blockchain_utils: ^3.3.0
# blockchain_utils:
# path: ../../bitcoin/blockchain_utils

Expand Down

0 comments on commit 919543e

Please sign in to comment.