From 5bb658ca0ffa512f87059da1b1aa626cec218b86 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 9 Jan 2024 12:23:24 +0100 Subject: [PATCH] Change 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 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', ), ); }