diff --git a/lib/chess/chess_app.dart b/lib/chess/chess_app.dart index 47022fd..5c0c179 100644 --- a/lib/chess/chess_app.dart +++ b/lib/chess/chess_app.dart @@ -31,7 +31,7 @@ class ChessApp extends StatelessWidget { useMaterial3: true, ), routerConfig: ChessAppRouter.getInstance().router, - title: 'mChess 1.0.1', + title: 'mChess 1.0.2', ), ); }