diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 983aaf7b..b19c2357 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -30,8 +30,8 @@ android { applicationId = "com.eatssu.android" minSdk = 28 targetSdk = 35 - versionCode = 65 - versionName = "3.2.12" + versionCode = 66 + versionName = "3.2.13" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/release-notes/v3.2.13.yml b/release-notes/v3.2.13.yml new file mode 100644 index 00000000..c84a63e6 --- /dev/null +++ b/release-notes/v3.2.13.yml @@ -0,0 +1,10 @@ +ko: | + - 앱 안에서 언어를 더 자연스럽게 선택하고 사용할 수 있어요. + - 축제 제휴 정보가 없을 때 필터에 불필요한 항목이 보이지 않아요. + - 만든 사람들 정보를 노션 페이지에서 바로 확인할 수 있어요. + - 앱 이용 경험을 더 정확하게 개선할 수 있도록 안정성을 다듬었어요. +en: | + - You can now choose and use languages more smoothly in the app. + - Festival partnership filters no longer show unnecessary items when no partnership information is available. + - You can now open the team information directly on the Notion page. + - App stability has been refined to help improve the overall experience more accurately.