diff --git a/lib/chess/chess_app.dart b/lib/chess/chess_app.dart index 48b5a9e..30f555b 100644 --- a/lib/chess/chess_app.dart +++ b/lib/chess/chess_app.dart @@ -29,7 +29,7 @@ class ChessApp extends StatelessWidget { useMaterial3: true, ), routerConfig: ChessAppRouter.getInstance().router, - title: 'mChess 0.1.1340', + title: 'mChess 0.9.14', ), ); }