Skip to content

Commit de1cf3f

Browse files
committed
chore(build): Update the app version number to 1.1.0
1 parent c8dcb33 commit de1cf3f

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
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
55
val osName = System.getProperty("os.name").lowercase()
66
val osArch = System.getProperty("os.arch").lowercase()
77

8-
val appVersion = "1.0.15"
8+
val appVersion = "1.1.0"
99
val appVersionSuffix = "Alpha"
1010

1111
val platformStr = when {

0 commit comments

Comments
 (0)