Skip to content

Commit 5778a2c

Browse files
authored
Merge pull request #275 from arkivanov/fix-time-travel-app-version
Fix time travel client app version
2 parents a380eec + eb55ed4 commit 5778a2c

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)