Skip to content

Commit

Permalink
Update whatsnew and flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkbee1 committed Jul 19, 2023
1 parent bc17c3d commit ba8573c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.10.5",
"flutterSdkVersion": "3.10.6",
"flavors": {}
}
7 changes: 7 additions & 0 deletions lib/dashboard/src/widgets/what_is_new_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ba8573c

Please sign in to comment.