Skip to content

Commit

Permalink
V5.3.0
Browse files Browse the repository at this point in the history
- Update dependencies.
  • Loading branch information
mrtnetwork committed Feb 18, 2025
1 parent 5cab26b commit 7acc498
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"name": "blockchain_utils",
"rootUri": "file:///C:/Users/MrHay/AppData/Local/Pub/Cache/hosted/pub.dev/blockchain_utils-4.1.0",
"rootUri": "file:///C:/Users/MrHay/AppData/Local/Pub/Cache/hosted/pub.dev/blockchain_utils-4.2.0",
"packageUri": "lib/",
"languageVersion": "3.3"
},
Expand Down Expand Up @@ -302,7 +302,7 @@
"languageVersion": "3.3"
}
],
"generated": "2025-02-06T08:27:15.708209Z",
"generated": "2025-02-18T18:09:50.257919Z",
"generator": "pub",
"generatorVersion": "3.6.1",
"flutterRoot": "file:///C:/env/flutter_windows_3.24.5-stable/flutter",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.3.0

- Update dependencies.

## 5.2.0

- Update dependencies.
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ packages:
dependency: "direct main"
description:
name: blockchain_utils
sha256: b6cb335397685e7625bb74bbd4ff4f0dd0f6ce3e3f65a40da4aa5a3c54eaa78c
sha256: "8633ec5db6200807286500f060a39a281f1b5468ecfbd88c4390ff358999e720"
url: "https://pub.dev"
source: hosted
version: "4.1.0"
version: "4.2.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -278,7 +278,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.2.0"
version: "5.3.0"
sdks:
dart: ">=3.4.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
http: ^1.1.2
web_socket_channel: ^2.4.0
asn1lib: ^1.5.0
blockchain_utils: ^4.1.0
blockchain_utils: ^4.2.0
# blockchain_utils:
# path: ../../../blockchain_utils

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ packages:
dependency: "direct main"
description:
name: blockchain_utils
sha256: b6cb335397685e7625bb74bbd4ff4f0dd0f6ce3e3f65a40da4aa5a3c54eaa78c
sha256: "8633ec5db6200807286500f060a39a281f1b5468ecfbd88c4390ff358999e720"
url: "https://pub.dev"
source: hosted
version: "4.1.0"
version: "4.2.0"
boolean_selector:
dependency: transitive
description:
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: xrpl_dart
description: Easily sign, create, and send all types of XRP transactions using the xrpl_dart package. Manage your XRP Ledger transactions securely and with ease.
version: 5.2.0
version: 5.3.0
homepage: "https://github.com/mrtnetwork/xrpl_dart"
repository: "https://github.com/mrtnetwork/xrpl_dart"
Author: mrhaydari.t@gmail.com
Expand All @@ -15,7 +15,7 @@ environment:
sdk: '>=3.3.0 <4.0.0'

dependencies:
blockchain_utils: ^4.1.0
blockchain_utils: ^4.2.0
# blockchain_utils:
# path: ../../blockchain_utils

Expand Down

0 comments on commit 7acc498

Please sign in to comment.