diff options
author | isXander <isxander@users.noreply.github.com> | 2022-09-17 17:01:40 +0100 |
---|---|---|
committer | isXander <isxander@users.noreply.github.com> | 2022-09-17 17:01:40 +0100 |
commit | 75738ac0b44d0baeee0cee7f9e59c6acb85bf1b3 (patch) | |
tree | c7b6eb8e80a471424a1f0811a82dd9a854600cb0 /build.gradle.kts | |
parent | 6968a175607e885e1846db902a5589f48feb440e (diff) | |
download | YetAnotherConfigLib-75738ac0b44d0baeee0cee7f9e59c6acb85bf1b3.tar.gz YetAnotherConfigLib-75738ac0b44d0baeee0cee7f9e59c6acb85bf1b3.tar.bz2 YetAnotherConfigLib-75738ac0b44d0baeee0cee7f9e59c6acb85bf1b3.zip |
better search
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 2 |
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" |