From 137f01a0d0523857bac0a900b77b37501b49c2b9 Mon Sep 17 00:00:00 2001 From: zontreck Date: Mon, 3 Feb 2025 12:25:25 -0700 Subject: [PATCH] Update the library libac version --- 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 c4db5ef..369e4be 100644 --- a/lib/Constants.dart +++ b/lib/Constants.dart @@ -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"; } diff --git a/pubspec.yaml b/pubspec.yaml index 9519acd..7e84cd3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: libacflutter description: "A new Flutter package project." -version: 1.0.013125+1423 +version: 1.0.020325+1224 homepage: https://zontreck.com publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub @@ -13,7 +13,7 @@ dependencies: sdk: flutter libac_dart: hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/ - version: 1.4.12225+0413 + version: 1.4.020325+1215 dev_dependencies: flutter_test: