aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-09-24 16:23:35 +0100
committerisXander <xandersmith2008@gmail.com>2023-09-24 16:23:35 +0100
commite44be35f9e35784154934c5aba8c44535d5956a7 (patch)
treec3ad43e32b29c52b3a6d0ee53d002250180f0595 /build.gradle.kts
parentd2b67633c1d3ca0c46682b05955dafafd3597f1d (diff)
downloadYetAnotherConfigLib-e44be35f9e35784154934c5aba8c44535d5956a7.tar.gz
YetAnotherConfigLib-e44be35f9e35784154934c5aba8c44535d5956a7.tar.bz2
YetAnotherConfigLib-e44be35f9e35784154934c5aba8c44535d5956a7.zip
changelog + update version on publishing and mod metadata
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 4b22f3c..d469063 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -13,7 +13,7 @@ architectury {
minecraft = libs.versions.minecraft.get()
}
-version = "3.2.0+1.20"
+version = "3.2.0+1.20.2"
val isBeta = "beta" in version.toString()
val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided."