Change version

This commit is contained in:
Marco 2024-01-09 12:23:24 +01:00
parent a91ec46fef
commit 5bb658ca0f

View File

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