Add more data entries

This commit is contained in:
zontreck 2025-03-26 17:53:12 -07:00
parent 5350ef0b79
commit ad9978473f
4 changed files with 118 additions and 2 deletions

View file

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