From 7bc9960433833141b68aa9f7ad3c2f0ec654bcdb Mon Sep 17 00:00:00 2001 From: Chae Minji <162430621+alswlekk@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:19:17 +0900 Subject: [PATCH] =?UTF-8?q?[chore]:=20=EC=95=B1=20=EB=B2=88=EB=93=A4=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composeApp/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 6181efb..cc2a438 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -132,8 +132,8 @@ android { applicationId = "org.whosin.client" minSdk = libs.versions.android.minSdk.get().toInt() targetSdk = libs.versions.android.targetSdk.get().toInt() - versionCode = 1 - versionName = "1.0" + versionCode = 2 + versionName = "1.0.1" } packaging { resources {