Skip to content

Commit

Permalink
Add menu group
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed May 20, 2023
1 parent db4774d commit 11d229b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import org.gradle.platform.OperatingSystem
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
import org.jetbrains.kotlin.org.jline.utils.OSUtils

Expand Down Expand Up @@ -35,6 +34,7 @@ compose.desktop {
packageVersion = project.version.toString()

windows {
menuGroup = "Tonbrett"
upgradeUuid = "c8bce0ed-113c-4d78-879b-78ed5c7d9f7f"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

allprojects {
group = "dev.schlaubi.tonbrett"
version = "1.1.0"
version = "1.2.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 11d229b

Please sign in to comment.