We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b73bf commit aabc3deCopy full SHA for aabc3de
build.gradle.kts
@@ -31,7 +31,7 @@ compose.desktop {
31
nativeDistributions {
32
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
33
packageName = "LibreSpeed"
34
- packageVersion = "1.0.0"
+ packageVersion = "1.1.0"
35
val iconsRoot = project.file("src/main/resources")
36
linux {
37
iconFile.set(iconsRoot.resolve("icons/icon_app.png"))
0 commit comments