Skip to content

Commit aabc3de

Browse files
committed
Update version to 1.1.0
1 parent 29b73bf commit aabc3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ compose.desktop {
3131
nativeDistributions {
3232
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
3333
packageName = "LibreSpeed"
34-
packageVersion = "1.0.0"
34+
packageVersion = "1.1.0"
3535
val iconsRoot = project.file("src/main/resources")
3636
linux {
3737
iconFile.set(iconsRoot.resolve("icons/icon_app.png"))

0 commit comments

Comments
 (0)