Skip to content

Commit c629207

Browse files
authored
Merge pull request #80 from rainxchzed/upgrade-version-1.4.2
chore: Bump version to 1.4.2
2 parents 62140e5 + 0f456ee commit c629207

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)