Skip to content

Commit 312d310

Browse files
authored
Merge pull request #110 from rainxchzed/version-upgrade
chore: Bump version to 1.5.0
2 parents 9d5db07 + 596e4c0 commit 312d310

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.2"
18-
val appVersionCode = 8
17+
val appVersionName = "1.5.0"
18+
val appVersionCode = 9
1919

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

0 commit comments

Comments
 (0)