Add more entries

This commit is contained in:
zontreck 2025-03-23 14:27:46 -07:00
parent b25347a291
commit 6a1a065953
33 changed files with 227 additions and 55 deletions

View file

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