From df68bc1924ef68ef214206bc4a038ffd80584f1c Mon Sep 17 00:00:00 2001 From: Xalcon Date: Fri, 28 Jul 2023 21:58:11 +0200 Subject: [PATCH] prep release --- changelog.md | 3 +++ gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 21c21ad..52c0bee 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## v20.1.3 +- Fix Mega Torch and Dread Lamp not working since v20.1.2 - sorry about that >.< + ## v20.1.2 - Improve blocking behavior for Mega Torch and Dread Lamp. Intentional Spawns (like Spawn Eggs, bucket placements, breeding) should no longer be blocked diff --git a/gradle.properties b/gradle.properties index 5a9cfc5..ea79721 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,7 +48,7 @@ mod_name=Torchmaster # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=All Rights Reserved # The mod version. See https://semver.org/ -mod_version=20.1.2 +mod_version=20.1.3 # 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