From 67a4be17cd54ecaa54d31d636b9146d8304e99fd Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 9 May 2024 22:48:15 +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 532b5b3..50babec 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.4', + title: 'mChess 1.0.5', ), ); }