Add more entries

This commit is contained in:
zontreck 2025-06-02 01:47:45 -07:00
parent a4359c27e5
commit a52e43dd44
5 changed files with 187 additions and 4 deletions

View file

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