Update the library libac version

This commit is contained in:
zontreck 2025-02-03 12:25:25 -07:00
parent d4bbca6405
commit 137f01a0d0
2 changed files with 3 additions and 3 deletions

View file

@ -2,5 +2,5 @@ import 'package:flutter/material.dart';
class LibACFlutterConstants {
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0);
static const VERSION = "1.0.013125+1423";
static const VERSION = "1.0.020325+1224";
}