Skip to content

Commit eb55ed4

Browse files
committed
Fix time travel client app version
1 parent a380eec commit eb55ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mvikotlin-timetravel-client/app-desktop/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ compose.desktop {
3939
nativeDistributions {
4040
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
4141
packageName = "mvikotlin-time-travel-client"
42-
version = property("mvikotlinVersion") as String
42+
version = "1.0.0"
4343

4444
windows {
4545
menuGroup = "MVIKotlin"

0 commit comments

Comments
 (0)