Bump version to 1.5.1

This commit is contained in:
Thomas Andres Gomez 2025-06-15 14:52:55 +02:00
parent 894d8db493
commit 48a461396a

View file

@ -9,7 +9,7 @@ plugins {
alias(libs.plugins.buildkonfig)
}
fun getVersion() = "1.5.0"
fun getLwaVersion() = "1.5.1"
kotlin {
jvm("desktop")
@ -67,7 +67,7 @@ buildkonfig {
packageName = "com.pixelized.desktop.lwa"
defaultConfigs {
buildConfigField(STRING, "version", getVersion())
buildConfigField(STRING, "version", getLwaVersion())
}
}
@ -80,7 +80,7 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Table de Lwa"
packageVersion = getVersion()
packageVersion = getLwaVersion()
description = "Application de support au jeux de rôle dans l'univers de Lwa."
copyright = "© 2020 Pixelized. All rights reserved."
vendor = "Pixelized"