Skip to content

Commit

Permalink
bump polkawallet_sdk 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed May 27, 2022
1 parent 36345aa commit 0d793bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.4.6] - 20220527.

* bump polkawallet_sdk: 0.4.6.

## [0.4.4] - 20220321.

* bump polkawallet_sdk: 0.4.4.
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0d793bd

Please sign in to comment.