Version change
This commit is contained in:
parent
31faabcf94
commit
6580518105
@ -19,7 +19,7 @@ class ChessApp extends StatelessWidget {
|
|||||||
child: BlocProvider(
|
child: BlocProvider(
|
||||||
create: (_) => ChessBloc.getInstance(),
|
create: (_) => ChessBloc.getInstance(),
|
||||||
child: MaterialApp(
|
child: MaterialApp(
|
||||||
title: 'mChess v0.1.10',
|
title: 'mChess v0.1.20',
|
||||||
home: Scaffold(
|
home: Scaffold(
|
||||||
body: Container(
|
body: Container(
|
||||||
decoration: const BoxDecoration(
|
decoration: const BoxDecoration(
|
||||||
|
Loading…
Reference in New Issue
Block a user