Add more data entries

This commit is contained in:
zontreck 2025-03-26 01:51:39 -07:00
parent 5005f5443d
commit b7da40f530
5 changed files with 245 additions and 6 deletions

View file

@ -1,7 +1,7 @@
import 'dart:io';
class Constants {
static const VERSION = "1.0.032625+0019";
static const VERSION = "1.0.032625+0149";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}