Add more entries

This commit is contained in:
zontreck 2025-06-02 01:26:18 -07:00
parent 06448ea6ce
commit c1144b70d8
5 changed files with 141 additions and 4 deletions

View file

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