From 3aacc06d01bdfca422ee50945e834936dc831b08 Mon Sep 17 00:00:00 2001 From: KWY Date: Fri, 6 Sep 2024 21:37:13 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=201.3.0=20=EB=B2=84=EC=A0=84=20=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7d27ba2..14c6c55 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.asap' -version = '1.2.2' +version = '1.3.0' java { sourceCompatibility = '17'