chore: bump version for 0.1.0 release #11

Merged
BlakeRain merged 1 commits from BlakeRain/utamacraft:main into main 2023-11-27 19:10:57 +00:00
2 changed files with 4 additions and 3 deletions

View File

@ -50,7 +50,7 @@ mod_name=Utamacraft Mod
# 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=MIT License mod_license=MIT License
# The mod version. See https://semver.org/ # The mod version. See https://semver.org/
mod_version=0.0.1-1.19 mod_version=0.1.0-1.19
# 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

View File

@ -1,10 +1,11 @@
{ {
"homepage": "https://git.blakerain.com/bans-minecraft/utamacraft", "homepage": "https://git.blakerain.com/bans-minecraft/utamacraft",
"1.19.2": { "1.19.2": {
"0.1.0-1.19": "Added tinted ethereal glass",
"0.0.1-1.19": "Initial release" "0.0.1-1.19": "Initial release"
}, },
"promos": { "promos": {
"1.19.2-latest": "0.0.1-1.19", "1.19.2-latest": "0.1.0-1.19",
"1.19.2-recommended": "0.0.1-1.19" "1.19.2-recommended": "0.1.0-1.19"
} }
} }