We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7755d2a commit 1d6b42dCopy full SHA for 1d6b42d
1 file changed
crossplatform/build.gradle.kts
@@ -4,8 +4,8 @@ import org.gradle.internal.os.OperatingSystem
4
5
var os: OperatingSystem? = OperatingSystem.current()
6
7
-val versionCodeValue = 44
8
-val versionCodeName = "4.0.0"
+val versionCodeValue = 45
+val versionCodeName = "4.0.1"
9
10
plugins {
11
alias(libs.plugins.kotlinMultiplatform)
0 commit comments