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 { class LibACFlutterConstants {
static const Color TITLEBAR_COLOR = Color.fromARGB(255, 99, 0, 0); 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";
} }

View file

@ -1,6 +1,6 @@
name: libacflutter name: libacflutter
description: "A new Flutter package project." description: "A new Flutter package project."
version: 1.0.013125+1423 version: 1.0.020325+1224
homepage: https://zontreck.com homepage: https://zontreck.com
publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub publish_to: https://git.zontreck.com/api/packages/AriasCreations/pub
@ -13,7 +13,7 @@ dependencies:
sdk: flutter sdk: flutter
libac_dart: libac_dart:
hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/ hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/
version: 1.4.12225+0413 version: 1.4.020325+1215
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: