aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <isxander@users.noreply.github.com>2022-09-17 17:01:40 +0100
committerisXander <isxander@users.noreply.github.com>2022-09-17 17:01:40 +0100
commit75738ac0b44d0baeee0cee7f9e59c6acb85bf1b3 (patch)
treec7b6eb8e80a471424a1f0811a82dd9a854600cb0 /build.gradle.kts
parent6968a175607e885e1846db902a5589f48feb440e (diff)
downloadYetAnotherConfigLib-75738ac0b44d0baeee0cee7f9e59c6acb85bf1b3.tar.gz
YetAnotherConfigLib-75738ac0b44d0baeee0cee7f9e59c6acb85bf1b3.tar.bz2
YetAnotherConfigLib-75738ac0b44d0baeee0cee7f9e59c6acb85bf1b3.zip
better search
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 ca4c855..7e46d96 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
val ciRun = System.getenv().containsKey("GITHUB_ACTIONS")
group = "dev.isxander"
-version = "1.2.0"
+version = "1.2.1"
if (ciRun)
version = "$version-SNAPSHOT"