We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee828ff commit 76659a5Copy full SHA for 76659a5
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = "com.dosse.speedtest"
9
-version = "1.1.0"
+version = "1.2.0"
10
11
repositories {
12
mavenCentral()
@@ -33,7 +33,7 @@ compose.desktop {
33
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
34
modules("java.sql")
35
packageName = "LibreSpeed"
36
- packageVersion = "1.1.0"
+ packageVersion = "1.2.0"
37
val iconsRoot = project.file("src/main/resources")
38
linux {
39
iconFile.set(iconsRoot.resolve("icons/icon_app.png"))
0 commit comments