ci: Update the completed.md file when finished, if needed.

This commit is contained in:
zontreck 2025-03-26 02:07:49 -07:00
parent b7da40f530
commit fe92b0ec49
5 changed files with 119 additions and 3 deletions

View file

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