From fa525c244279a73684a89fc653a77daa1fc86416 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 21 May 2024 23:47:50 +0200 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 c25efeb..da3a3fa 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.6', + title: 'mChess 1.0.7', ), ); }