From 658051810576b92585f50542baf31e3ec9d20a8d Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 18 Dec 2022 15:55:00 +0100 Subject: [PATCH] Version change --- lib/chessapp/chess_app.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chessapp/chess_app.dart b/lib/chessapp/chess_app.dart index 0edd118..3b85172 100644 --- a/lib/chessapp/chess_app.dart +++ b/lib/chessapp/chess_app.dart @@ -19,7 +19,7 @@ class ChessApp extends StatelessWidget { child: BlocProvider( create: (_) => ChessBloc.getInstance(), child: MaterialApp( - title: 'mChess v0.1.10', + title: 'mChess v0.1.20', home: Scaffold( body: Container( decoration: const BoxDecoration(