Skip to content

Commit

Permalink
[DESKTOP] Bump desktop version
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jan 15, 2025
1 parent 323859b commit 6aace45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Pkg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "CPU-Info"
packageVersion = "1.3.0"
packageVersion = "1.4.0"

val iconsRoot = project.file("desktop-icons")
macOS {
Expand Down

0 comments on commit 6aace45

Please sign in to comment.