Add more entries

This commit is contained in:
zontreck 2025-06-01 01:42:53 -07:00
parent 75c7d21f14
commit 8e823e7b9c
6 changed files with 177 additions and 4 deletions

View file

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