Skip to content

Commit

Permalink
minor fix, feel free to test now
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHatem28 committed Feb 5, 2025
1 parent c9d55cf commit c9aa1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cw_decred/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -769,10 +769,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
url: "https://pub.dev"
source: hosted
version: "14.2.5"
version: "14.2.4"
watcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Future<void> initializeAppConfigs() async {
secureStorage: secureStorage,
anonpayInvoiceInfo: anonpayInvoiceInfo,
havenSeedStore: havenSeedStore,
initialMigrationVersion: 47,
initialMigrationVersion: 48,
);
}

Expand Down

0 comments on commit c9aa1c5

Please sign in to comment.