From ea01a8d1c4ea3d510335e7086c8330ee8f116359 Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 27 May 2025 13:55:12 -0700 Subject: [PATCH] Update LibAC dependency --- lib/Constants.dart | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Constants.dart b/lib/Constants.dart index 4924c1b..ea57197 100644 --- a/lib/Constants.dart +++ b/lib/Constants.dart @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index e600748..4730e54 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: libacflutter description: "LibAC flutter helper utilities." -version: 1.0.052525+0051 +version: 1.0.052725+1354 homepage: https://zontreck.com publish_to: https://git.zontreck.com/api/packages/Packages/pub @@ -13,7 +13,7 @@ dependencies: sdk: flutter libac_dart: hosted: https://git.zontreck.com/api/packages/Packages/pub/ - version: 1.4.052525+0002 + version: 1.4.052725+1339 shared_preferences: ^2.5.3 dev_dependencies: