aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-06-17 09:32:31 +0100
committerisXander <xandersmith2008@gmail.com>2023-06-17 09:32:31 +0100
commitdef8ecaa63c9cc8f99377064366ad444f85dadd5 (patch)
treef9655445420e6a8759ee1f5b54249333738e4e0a /build.gradle.kts
parent57664379caea94e41ce2adeef772d7e3d1007757 (diff)
downloadYetAnotherConfigLib-def8ecaa63c9cc8f99377064366ad444f85dadd5.tar.gz
YetAnotherConfigLib-def8ecaa63c9cc8f99377064366ad444f85dadd5.tar.bz2
YetAnotherConfigLib-def8ecaa63c9cc8f99377064366ad444f85dadd5.zip
Bump version + changelog
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 fc7a018..2b31d77 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -12,7 +12,7 @@ architectury {
minecraft = libs.versions.minecraft.get()
}
-version = "3.0.1+1.20"
+version = "3.0.2+1.20"
val isBeta = "beta" in version.toString()
val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided."