Updated app version to Beta 0.2.2

This commit is contained in:
2025-06-11 09:41:38 +02:00
parent 00302b1afd
commit f42dff8d63
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
class Globals { class Globals {
static int pointLimit = 100; static int pointLimit = 100;
static int caboPenalty = 5; static int caboPenalty = 5;
static String appDevPhase = 'Alpha'; static String appDevPhase = 'Beta';
} }

View File

@@ -2,7 +2,7 @@ name: cabo_counter
description: "Mobile app for the card game Cabo" description: "Mobile app for the card game Cabo"
publish_to: 'none' publish_to: 'none'
version: 0.2.1+167 version: 0.2.2+170
environment: environment:
sdk: ^3.5.4 sdk: ^3.5.4