From f5d7d240e3c0d56907c5822c21c3fafc34209d41 Mon Sep 17 00:00:00 2001 From: CNawalol <61059886+CNawalol@users.noreply.github.com> Date: Wed, 10 Aug 2022 16:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B71.?= =?UTF-8?q?1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5b2011a..ec2b33a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "cn.awalol" -version = "1.0-SNAPSHOT" +version = "1.1.0" repositories { mavenCentral() @@ -33,4 +33,4 @@ tasks.withType { manifest { attributes["Main-Class"] = "MainKt" } -} \ No newline at end of file +}