From a4c49dea25ddbfa95433ec894ff4e33f545cf08a Mon Sep 17 00:00:00 2001 From: Rivulet Date: Wed, 22 Apr 2026 22:06:15 -0700 Subject: [PATCH] fix version number --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 66a0117..5597e0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,7 +29,7 @@ mod_name=VistaSableFix # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GNU GPL 3.0 # The mod version. See https://semver.org/ -mod_version=1.0-SNAPSHOT +mod_version=1.0 # 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