Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Update to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Oct 4, 2023
1 parent 68e2a27 commit 9a373f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb,TargetFormat.Exe)
modules("java.sql")
packageName = "Plaudio"
packageVersion = "1.3.0"
packageVersion = "1.4.0"
val iconsRoot = project.file("src/main/resources")
linux {
iconFile.set(iconsRoot.resolve("icons/app_icon.png"))
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/routing/dialogs/AboutDialog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fun AboutDialog(
)
Text(
modifier = Modifier.padding(top = 5.dp),
text = "1.3.0",
text = "1.4.0",
fontSize = 14.sp,
color = ColorBox.text.copy(0.7f)
)
Expand Down

0 comments on commit 9a373f8

Please sign in to comment.