Add a few more entries

This commit is contained in:
zontreck 2025-03-24 02:39:32 -07:00
parent 03246aad71
commit 50a3c588ba
12 changed files with 51 additions and 3 deletions

View file

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