Adds more entries

This commit is contained in:
zontreck 2025-03-22 20:37:49 -07:00
parent 2b52ada9b9
commit 2bcb82fde3
27 changed files with 33 additions and 3 deletions

View file

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