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(