Skip to content

Commit

Permalink
release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Feb 9, 2022
1 parent 4f1755b commit 7ee29e1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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.1] - 20220209
- bump polkawallet_sdk v0.4.1.
- ui v3 update.

## [0.4.0] - 20220104
- update homa module.
- ui v3 update.
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/newUIRoutes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import 'package:polkawallet_sdk/storage/keyring.dart';
Map<String, WidgetBuilder> getNewUiRoutes(
PluginKarura plugin, Keyring keyring) {
/// use new pages in testnet for now.
final isTest = true;
final isTest = false;
return isTest
? {
//homa
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -778,14 +778,14 @@ packages:
path: "../sdk"
relative: true
source: path
version: "0.4.0"
version: "0.4.1"
polkawallet_ui:
dependency: "direct main"
description:
path: "../ui"
relative: true
source: path
version: "0.4.0"
version: "0.4.1"
pool:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkawallet_plugin_karura
description: Karura network plugin for Polkawallet.
version: 0.4.0
version: 0.4.1
homepage:

environment:
Expand All @@ -21,8 +21,8 @@ dependencies:
device_info: ^2.0.1
graphql_flutter: ^5.0.0-nullsafety.5
liquid_progress_indicator: ^0.4.0
polkawallet_sdk: ^0.3.7
polkawallet_ui: ^0.3.6
polkawallet_sdk: ^0.4.1
polkawallet_ui: ^0.4.1
flutter_screenutil: ^5.0.0+2
skeleton_loader: ^2.0.0+4
rive: ^0.7.33
Expand Down

0 comments on commit 7ee29e1

Please sign in to comment.