From fc430f1e116b4e2044970cadf099048ae0894a42 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Fri, 16 Feb 2024 15:05:30 -0700 Subject: [PATCH] Bump libac version, and change the version numbering scheme to an adapted semver. : mcver.revision.date.time --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2882034..1bb3321 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ org.gradle.daemon=false # parchment_version=2023.09.03 # luckperms_api_version=5.4 -libac=1.4.48 +libac=1.5.4 ## Environment Properties # The Minecraft version must agree with the Forge version to get a valid artifact @@ -53,7 +53,7 @@ mod_name=Zontreck's Library Mod # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPLv3 # The mod version. See https://semver.org/ -mod_version=1.10.021524.1704 +mod_version=1201.11.021624.1504 # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html