Skip to content

Commit e2a9fc6

Browse files
committed
bump polkawallet_sdk 0.4.6
1 parent 920084c commit e2a9fc6

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.4.6] - 20220527
2+
3+
* bump polkawallet_sdk v0.4.6.
4+
15
## [0.4.4] - 20220322
26

37
* bump polkawallet_sdk v0.4.4.

pubspec.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: polkawallet_plugin_statemine
22
description: A statemine/statemint network plugin for polkawallet.
3-
version: 0.4.4
3+
version: 0.4.6
44
homepage:
55

66
environment:
@@ -15,12 +15,14 @@ dependencies:
1515
flutter_svg: ^0.23.0+1
1616
get_storage: ^2.0.2
1717
json_annotation: ^4.0.1
18-
# polkawallet_sdk: ^0.4.4
19-
# polkawallet_ui: ^0.4.1
20-
polkawallet_ui:
21-
path: ../ui
22-
polkawallet_sdk:
23-
path: ../sdk
18+
polkawallet_sdk: ^0.4.6
19+
polkawallet_ui: ^0.4.6
20+
21+
#dependency_overrides:
22+
# polkawallet_ui:
23+
# path: ../ui
24+
# polkawallet_sdk:
25+
# path: ../sdk
2426

2527
dev_dependencies:
2628
build_runner: ^2.0.3

0 commit comments

Comments
 (0)