Bump desktopApp packageVersion to match the app's real version

Was still the stale 1.0.0 default from when the module was
scaffolded, instead of the 2.0.0 shared by Android/iOS/macOS.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FXcrACM5sok3M1KQJ8kByy
This commit is contained in:
2026-09-13 23:10:55 +03:00
co-authored by Claude Sonnet 5
parent 46064e1783
commit c1acd92d9d
+1 -1
View File
@@ -22,7 +22,7 @@ compose.desktop {
nativeDistributions { nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "xyz.tyiu.satsprice" packageName = "xyz.tyiu.satsprice"
packageVersion = "1.0.0" packageVersion = "2.0.0"
macOS { macOS {
iconFile.set(project.file("icons/icon.icns")) iconFile.set(project.file("icons/icon.icns"))