Skip to content

Commit fbafe9d

Browse files
committed
chore(release): Update the app version number to 1.4.3
1 parent a1fb911 commit fbafe9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
66
val osName = System.getProperty("os.name").lowercase()
77
val osArch = System.getProperty("os.arch").lowercase()
88

9-
val appVersion = "1.4.2"
9+
val appVersion = "1.4.3"
1010
val appVersionSuffix = ""
1111

1212
val platformStr = when {

0 commit comments

Comments
 (0)