diff --git a/CHANGELOG.md b/CHANGELOG.md index 8319109..707f48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +## 1.0.11 +- Update Archethic Dart SDK version 3.3.7 + ## 1.0.10 - Connect waits for connection to be ready or failed. diff --git a/pubspec.lock b/pubspec.lock index 151cf21..a4fff1a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -28,11 +28,10 @@ packages: archethic_lib_dart: dependency: "direct main" description: - path: "." - ref: "126-manage-http-status-code-in-callscfunction-method" - resolved-ref: "262d1903ef1b158e753920fa920d684d22942884" - url: "https://github.com/archethic-foundation/libdart.git" - source: git + name: archethic_lib_dart + sha256: a327b4838ae3c39b14905e01199899befa11568734b0f7f7ed950c88d936af44 + url: "https://pub.dev" + source: hosted version: "3.3.7" archive: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 34e0028..824a78f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: archethic_wallet_client description: A client dart library to interact with Archethic Wallet RPC API. -version: 1.0.10 +version: 1.0.11 homepage: https://github.com/archethic-foundation/archethic-wallet-client-dart environment: @@ -8,11 +8,11 @@ environment: dependencies: # Archethic dart library for Flutter - #archethic_lib_dart: ^3.3.0 - archethic_lib_dart: - git: - url: https://github.com/archethic-foundation/libdart.git - ref: 126-manage-http-status-code-in-callscfunction-method + archethic_lib_dart: ^3.3.0 + #archethic_lib_dart: + # git: + # url: https://github.com/archethic-foundation/libdart.git + # ref: 126-manage-http-status-code-in-callscfunction-method # A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android). deeplink_rpc: ^1.0.5