From d2784bc69c67e4543d76e69cc7ba2785f9831ec4 Mon Sep 17 00:00:00 2001 From: LEE YOU BIN Date: Fri, 30 Aug 2024 05:16:25 +0900 Subject: [PATCH 1/4] [FIX/#210] version 1.0.0 -> 1.0.1 --- .../src/main/java/com/terning/feature/mypage/MyPageRoute.kt | 2 +- gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/feature/src/main/java/com/terning/feature/mypage/MyPageRoute.kt b/feature/src/main/java/com/terning/feature/mypage/MyPageRoute.kt index c2a0dc1de..decd69f76 100644 --- a/feature/src/main/java/com/terning/feature/mypage/MyPageRoute.kt +++ b/feature/src/main/java/com/terning/feature/mypage/MyPageRoute.kt @@ -234,7 +234,7 @@ fun MyPageInfo( } } -private const val VERSION = "1.0.0" +private const val VERSION = "1.0.1" @Preview(showBackground = true) @Composable diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 63638296d..2e904c6a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,8 +2,8 @@ compileSdk = "34" minSdk = "28" targetSdk = "34" -versionName = "1.0.0" -versionCode = "10000" +versionName = "1.0.1" +versionCode = "10001" kotlinCompilerExtensionVersion = "1.5.0" jvmTarget = "1.8" From 764d12e1596c7844c9438bebde8c5ee668c228f8 Mon Sep 17 00:00:00 2001 From: LEE YOU BIN Date: Fri, 30 Aug 2024 05:27:58 +0900 Subject: [PATCH 2/4] [FIX/#210] version 1.0.0 -> 1.0.2 --- .../src/main/java/com/terning/feature/mypage/MyPageRoute.kt | 2 +- gradle/libs.versions.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/feature/src/main/java/com/terning/feature/mypage/MyPageRoute.kt b/feature/src/main/java/com/terning/feature/mypage/MyPageRoute.kt index decd69f76..f58e3254d 100644 --- a/feature/src/main/java/com/terning/feature/mypage/MyPageRoute.kt +++ b/feature/src/main/java/com/terning/feature/mypage/MyPageRoute.kt @@ -234,7 +234,7 @@ fun MyPageInfo( } } -private const val VERSION = "1.0.1" +private const val VERSION = "1.0.2" @Preview(showBackground = true) @Composable diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2e904c6a9..33b6c185d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,8 +2,8 @@ compileSdk = "34" minSdk = "28" targetSdk = "34" -versionName = "1.0.1" -versionCode = "10001" +versionName = "1.0.2" +versionCode = "10002" kotlinCompilerExtensionVersion = "1.5.0" jvmTarget = "1.8" From c7e510902cf5aca5979659f30ac01d8aeef3df10 Mon Sep 17 00:00:00 2001 From: LEE YOU BIN Date: Fri, 30 Aug 2024 05:41:21 +0900 Subject: [PATCH 3/4] [FIX/#210] app name -> terning --- feature/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/src/main/res/values/strings.xml b/feature/src/main/res/values/strings.xml index 7d1c5157d..363f82436 100644 --- a/feature/src/main/res/values/strings.xml +++ b/feature/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ - Terning-Android + terning 서버통신에 성공했어요 서버통신에 실패했어요 From d35fccfd3152e0c2378e32bef4e71d9a0255f408 Mon Sep 17 00:00:00 2001 From: LEE YOU BIN Date: Sat, 31 Aug 2024 18:49:18 +0900 Subject: [PATCH 4/4] =?UTF-8?q?[FIX/#210]=20app=20name=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/src/main/res/values/strings.xml b/feature/src/main/res/values/strings.xml index 363f82436..292ffc0c1 100644 --- a/feature/src/main/res/values/strings.xml +++ b/feature/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ - terning + 터닝(terning) 서버통신에 성공했어요 서버통신에 실패했어요