Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed May 15, 2024
1 parent 29b73bf commit aabc3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compose.desktop {
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "LibreSpeed"
packageVersion = "1.0.0"
packageVersion = "1.1.0"
val iconsRoot = project.file("src/main/resources")
linux {
iconFile.set(iconsRoot.resolve("icons/icon_app.png"))
Expand Down

0 comments on commit aabc3de

Please sign in to comment.