From 3360b596d5ffba2ef8e18ab4cc1c0903550c8f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9D=8F=E9=BB=91?= Date: Thu, 19 Aug 2021 17:40:53 +0800 Subject: [PATCH] Update build.gradle --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}