bump mod version to 2.0.0

This commit is contained in:
EoD 2025-05-03 16:30:01 +00:00
parent d9ea1e97e2
commit 20e1759b46
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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