Skip to content

Commit 0f456ee

Browse files
committed
chore: Bump version to 1.4.2
1 parent 62140e5 commit 0f456ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composeApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins {
1414
alias(libs.plugins.androidx.room)
1515
}
1616

17-
val appVersionName = "1.4.1"
18-
val appVersionCode = 7
17+
val appVersionName = "1.4.2"
18+
val appVersionCode = 8
1919

2020
// Load local.properties for secrets like GITHUB_CLIENT_ID
2121
val localProps = Properties().apply {

0 commit comments

Comments
 (0)