diff --git a/lib/presentation/views/main_menu/home_view.dart b/lib/presentation/views/main_menu/home_view.dart index 118c0e1..29da229 100644 --- a/lib/presentation/views/main_menu/home_view.dart +++ b/lib/presentation/views/main_menu/home_view.dart @@ -34,7 +34,7 @@ class _HomeViewState extends State { /// Recent matches to display, initially filled with skeleton matches List recentMatches = List.filled( - 3, + 2, Match( name: 'Skeleton Match', group: Group( diff --git a/pubspec.yaml b/pubspec.yaml index ff49b8d..1255a27 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: game_tracker description: "Game Tracking App for Card Games" publish_to: 'none' -version: 0.0.2+70 +version: 0.0.2+73 environment: sdk: ^3.8.1