bump version

This commit is contained in:
Marco 2024-05-09 22:48:15 +02:00
parent fb42a05f72
commit 67a4be17cd

View File

@ -31,7 +31,7 @@ class ChessApp extends StatelessWidget {
useMaterial3: true, useMaterial3: true,
), ),
routerConfig: ChessAppRouter.getInstance().router, routerConfig: ChessAppRouter.getInstance().router,
title: 'mChess 1.0.4', title: 'mChess 1.0.5',
), ),
); );
} }