Fix inability to update

This commit is contained in:
zontreck 2025-06-01 16:04:47 -07:00
parent 89346844e9
commit 68da94df64
4 changed files with 23 additions and 2 deletions

View file

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