From ba8573c8ee03597a2590906f44fab0b878c7fc57 Mon Sep 17 00:00:00 2001 From: hawkbee1 Date: Wed, 19 Jul 2023 17:13:54 +0200 Subject: [PATCH] Update whatsnew and flutter version --- .fvm/fvm_config.json | 2 +- lib/dashboard/src/widgets/what_is_new_dialog.dart | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index 23e73971d..2f49d1551 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "3.10.5", + "flutterSdkVersion": "3.10.6", "flavors": {} } \ No newline at end of file diff --git a/lib/dashboard/src/widgets/what_is_new_dialog.dart b/lib/dashboard/src/widgets/what_is_new_dialog.dart index 81ab3b139..a489f996d 100644 --- a/lib/dashboard/src/widgets/what_is_new_dialog.dart +++ b/lib/dashboard/src/widgets/what_is_new_dialog.dart @@ -76,6 +76,13 @@ class WhatIsNewDialog extends StatelessWidget { NewContent( version: versionNumber, features: const [ + 'Wallet connect V2 integration', + 'Bug fixes', + ], + ), + const NewContent( + version: '1.16.2', + features: [ 'PolygonID mainnet integration', 'PolygonID Twitter Attestations through Clique.Social', 'DeFi compliance SBT for BNB Chain',