diff --git a/build.gradle b/build.gradle index e54e0d5..9c57b1b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { apply plugin: 'kotlin' group 'io.izzel.taboolib' -version '1.19' +version '1.20' configurations { embed @@ -69,4 +69,4 @@ compileTestKotlin { kotlinOptions { jvmTarget = "1.8" } -} \ No newline at end of file +}