Skip to content

Commit

Permalink
desktop-app: Set version to 2.0.0
Browse files Browse the repository at this point in the history
The shadow library uses the version attribute to set the fatJar filename.

Ref: #1764
  • Loading branch information
alvasw committed Mar 11, 2024
1 parent 151c976 commit a3c3865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/desktop/desktop-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ application {
mainClass.set("bisq.desktop_app.DesktopApp")
}

version = "2.0.0"

javafx {
version = "17.0.1"
modules = listOf("javafx.controls", "javafx.media")
Expand Down

0 comments on commit a3c3865

Please sign in to comment.