Skip to content

Commit d7f67bc

Browse files
authored
Merge pull request #35 from JDI-Group/redesign
config: Bump version
2 parents fb95182 + 003f654 commit d7f67bc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/features/wallet/presentation/wallet_page_presenter.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class WalletPresenter extends CompletePresenter<WalletState> {
4343

4444
listen(_accountUserCase.account, (value) {
4545
if (value != null) {
46-
final cAccount = state.account;
4746
notify(() => state.account = value);
4847
if (state.network != null) {
4948
getTransactions();

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1818
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1919
# In Windows, build-name is used as the major, minor, and patch parts
2020
# of the product and file versions while build-number is used as the build suffix.
21-
version: 2.0.3
21+
version: 2.0.4
2222

2323
environment:
2424
sdk: ">=2.19.0 <=3.6.1"

0 commit comments

Comments
 (0)