diff --git a/CHANGELOG.md b/CHANGELOG.md index 613ae80a4..bf0d519b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.4.6] - 20220527. + +* bump polkawallet_sdk: 0.4.6. + ## [0.4.4] - 20220321. * bump polkawallet_sdk: 0.4.4. diff --git a/pubspec.yaml b/pubspec.yaml index 48477c7cf..e54cde494 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: polkawallet_plugin_kusama description: The kusama/polkadot network flutter plugin for polkawallet app. -version: 0.4.4 +version: 0.4.6 homepage: environment: @@ -17,8 +17,8 @@ dependencies: flutter_svg: ^0.23.0+1 get_storage: ^2.0.3 json_annotation: ^4.0.1 - polkawallet_sdk: ^0.4.4 - polkawallet_ui: ^0.4.1 + polkawallet_sdk: ^0.4.6 + polkawallet_ui: ^0.4.6 fl_chart: ^0.40.2 sticky_headers: ^0.2.0 flutter_swiper: ^1.1.6 @@ -30,11 +30,11 @@ dev_dependencies: flutter_test: sdk: flutter -dependency_overrides: - polkawallet_ui: - path: ../ui - polkawallet_sdk: - path: ../sdk +#dependency_overrides: +# polkawallet_ui: +# path: ../ui +# polkawallet_sdk: +# path: ../sdk # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec