Skip to content

Commit

Permalink
bump polkawallet_sdk: 0.2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Aug 19, 2021
1 parent b51d155 commit 36aed7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/polkawallet_plugin_kusama.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PluginKusama extends PolkawalletPlugin {
'packages/polkawallet_plugin_kusama/assets/images/public/$name.png'),
iconDisabled: Image.asset(
'packages/polkawallet_plugin_kusama/assets/images/public/${name}_gray.png'),
jsCodeVersion: 21101,
jsCodeVersion: 22201,
isTestNet: false,
isXCMSupport: name == network_name_kusama,
),
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: polkawallet_plugin_kusama
description: The kusama/polkadot network flutter plugin for polkawallet app.
version: 0.2.5
version: 0.2.9
homepage:

environment:
Expand All @@ -18,7 +18,7 @@ dependencies:
flutter_svg: ^0.22.0
get_storage: ^2.0.2
json_annotation: ^4.0.1
# polkawallet_sdk: ^0.2.8
# polkawallet_sdk: ^0.2.9
polkawallet_sdk:
path: ../sdk
polkawallet_ui:
Expand Down

0 comments on commit 36aed7f

Please sign in to comment.