From 20e1759b468d4f4834adb65478e7c4c7ea370ef6 Mon Sep 17 00:00:00 2001 From: EoD <293499+EoD@users.noreply.github.com> Date: Sat, 3 May 2025 16:30:01 +0000 Subject: [PATCH] bump mod version to 2.0.0 --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4877aed..2757bde 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ tasks.named('wrapper', Wrapper).configure { distributionType = Wrapper.DistributionType.BIN } -version = mod_version +version = minecraft_version + "-" + mod_version group = mod_group_id repositories { diff --git a/gradle.properties b/gradle.properties index 892d137..e78ac8b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ mod_name=PlayerSync # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=GPL-3.0 license # The mod version. See https://semver.org/ -mod_version=1.20.1-1.3.5 +mod_version=2.0.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