Bump version

This commit is contained in:
zontreck 2025-06-01 14:19:41 -07:00
parent 414ca025a9
commit ff44cd2f8c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
class Constants {
static const VERSION = "1.0.060125+1415";
static const VERSION = "1.0.060125+1419";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}