From 3e2fcaceb3f543eb2c1844b3e016c53de8e641cc Mon Sep 17 00:00:00 2001 From: JooYang Date: Wed, 3 Jul 2024 11:46:39 +0900 Subject: [PATCH] release/0.1.16 : Version update --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f203f8..53f04a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.16 (2024.07.03) +## Fixed +### 결제 취소 에러 문구 한글로 변경 + # 0.1.15 (2024.03.06) ## Fixed ### 삼성카드 일반결제 백신 앱 (vguard) 이슈 대응 diff --git a/gradle.properties b/gradle.properties index e1ad10f..495b028 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true -versionName=0.1.15 \ No newline at end of file +versionName=0.1.16 \ No newline at end of file