From 320dd247ff0ad01d0dafb32927e8b2a7f32c064a Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 5 Feb 2024 10:51:56 +0100 Subject: [PATCH] Bump version --- lib/chess/chess_app.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chess/chess_app.dart b/lib/chess/chess_app.dart index 5c0c179..b90444e 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.2', + title: 'mChess 1.0.3', ), ); }