diff --git a/lib/utility/globals.dart b/lib/utility/globals.dart index 4244f07..54cf2d0 100644 --- a/lib/utility/globals.dart +++ b/lib/utility/globals.dart @@ -1,5 +1,5 @@ class Globals { static int pointLimit = 100; static int caboPenalty = 5; - static String appDevPhase = 'Alpha'; + static String appDevPhase = 'Beta'; } diff --git a/pubspec.yaml b/pubspec.yaml index 3be3ad1..09bca5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.2.1+167 +version: 0.2.2+170 environment: sdk: ^3.5.4