From 20d091f69f1bb19f3290b7c378a058f12e51a0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=9B=90=EC=9A=A9?= <82709044+KWY0218@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:03:33 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=201.3.1=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 14c6c55..815329e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'com.asap' -version = '1.3.0' +version = '1.3.1' java { sourceCompatibility = '17'