Merge pull request #61 from EoD/bump-version

bump mod version to 2.0.0
This commit is contained in:
mlus 2025-05-04 00:34:54 +08:00 committed by GitHub
commit 74f348c2c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ tasks.named('wrapper', Wrapper).configure {
distributionType = Wrapper.DistributionType.BIN distributionType = Wrapper.DistributionType.BIN
} }
version = mod_version version = minecraft_version + "-" + mod_version
group = mod_group_id group = mod_group_id
repositories { 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. # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=GPL-3.0 license mod_license=GPL-3.0 license
# The mod version. See https://semver.org/ # 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. # 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. # This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html # See https://maven.apache.org/guides/mini/guide-naming-conventions.html