Skip to content

Commit

Permalink
🚀 Bump version to 2.0.1
Browse files Browse the repository at this point in the history
🚀 Bump version to 2.0.1
  • Loading branch information
l2hyunwoo committed Jun 6, 2024
1 parent 3bb172d commit 5532ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private fun AppVersionText(
private fun InformationGroupPreview() {
KuringTheme {
InformationGroup(
appVersion = "2.0.0",
appVersion = "2.0.1",
onNavigateToUpdateLog = {},
onNavigateToKuringTeam = {},
onNavigateToPrivacyPolicy = {},
Expand Down
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ oss-licenses-version = '0.10.4'
compileSdk = "34"
targetSdk = "33"
minSdk = "24"
appVersion = "2.0.0"
versionCode = "34"
# Update appVersion, versionCode both
appVersion = "2.0.1"
versionCode = "20001"

# app-level dependency
compose-compiler = '1.4.8'
Expand Down

0 comments on commit 5532ddc

Please sign in to comment.