Update LibAC dependency

This commit is contained in:
zontreck 2025-05-27 13:55:12 -07:00
parent 09c2a99cda
commit ea01a8d1c4
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
class LibACFlutterConstants {
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0);
static const VERSION = "1.0.052525+0051";
static const VERSION = "1.0.052725+1354";
}
/// A simple helper for obtaining the theme, and allowing toggle of the dark mode state