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 {
static int pointLimit = 100;
static int caboPenalty = 5;
static String appDevPhase = 'Alpha';
static String appDevPhase = 'Beta';
}