Add more entries

This commit is contained in:
zontreck 2025-03-25 13:46:34 -07:00
parent 925a1f35c4
commit a214124869
11 changed files with 68 additions and 3 deletions

View file

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