From 36aed7fc53db20280264c19492d2c0a3b95a7eb9 Mon Sep 17 00:00:00 2001 From: shawn Date: Thu, 19 Aug 2021 17:16:16 +0800 Subject: [PATCH] bump polkawallet_sdk: 0.2.9. --- lib/polkawallet_plugin_kusama.dart | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/polkawallet_plugin_kusama.dart b/lib/polkawallet_plugin_kusama.dart index 2d35276af..3dd2aaa67 100644 --- a/lib/polkawallet_plugin_kusama.dart +++ b/lib/polkawallet_plugin_kusama.dart @@ -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, ), diff --git a/pubspec.yaml b/pubspec.yaml index 1fb9a663b..d825a9e0f 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.2.5 +version: 0.2.9 homepage: environment: @@ -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: