Bump version to 1.5.1
This commit is contained in:
parent
894d8db493
commit
48a461396a
1 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ plugins {
|
||||||
alias(libs.plugins.buildkonfig)
|
alias(libs.plugins.buildkonfig)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getVersion() = "1.5.0"
|
fun getLwaVersion() = "1.5.1"
|
||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
jvm("desktop")
|
jvm("desktop")
|
||||||
|
|
@ -67,7 +67,7 @@ buildkonfig {
|
||||||
packageName = "com.pixelized.desktop.lwa"
|
packageName = "com.pixelized.desktop.lwa"
|
||||||
|
|
||||||
defaultConfigs {
|
defaultConfigs {
|
||||||
buildConfigField(STRING, "version", getVersion())
|
buildConfigField(STRING, "version", getLwaVersion())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -80,7 +80,7 @@ compose.desktop {
|
||||||
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
|
||||||
|
|
||||||
packageName = "Table de Lwa"
|
packageName = "Table de Lwa"
|
||||||
packageVersion = getVersion()
|
packageVersion = getLwaVersion()
|
||||||
description = "Application de support au jeux de rôle dans l'univers de Lwa."
|
description = "Application de support au jeux de rôle dans l'univers de Lwa."
|
||||||
copyright = "© 2020 Pixelized. All rights reserved."
|
copyright = "© 2020 Pixelized. All rights reserved."
|
||||||
vendor = "Pixelized"
|
vendor = "Pixelized"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue