Add more data entries

This commit is contained in:
zontreck 2025-03-26 02:51:57 -07:00
parent e1d008aa79
commit 174a08486e
3 changed files with 187 additions and 3 deletions

View file

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