Skip to content

Commit 76659a5

Browse files
committed
Update to v1.2.0
1 parent ee828ff commit 76659a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.dosse.speedtest"
9-
version = "1.1.0"
9+
version = "1.2.0"
1010

1111
repositories {
1212
mavenCentral()
@@ -33,7 +33,7 @@ compose.desktop {
3333
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
3434
modules("java.sql")
3535
packageName = "LibreSpeed"
36-
packageVersion = "1.1.0"
36+
packageVersion = "1.2.0"
3737
val iconsRoot = project.file("src/main/resources")
3838
linux {
3939
iconFile.set(iconsRoot.resolve("icons/icon_app.png"))

0 commit comments

Comments
 (0)