Add more data entries

This commit is contained in:
zontreck 2025-03-26 02:22:51 -07:00
parent 6b392e7b09
commit 4cb51f9dac
3 changed files with 77 additions and 2 deletions

View file

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