Add gradle run configuraiton + Bump version to 1.1.0

This commit is contained in:
Thomas Andres Gomez 2025-02-28 13:39:12 +01:00
parent 2505cb0dac
commit 52e8665c43
6 changed files with 122 additions and 2 deletions

View file

@ -43,7 +43,7 @@ kotlin {
// shell
implementation(libs.turtle)
// log
implementation(libs.logback)
// implementation(libs.logback)
}
commonTest.dependencies {
@ -66,7 +66,7 @@ compose.desktop {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "Table de Lwa"
packageVersion = "1.0.0"
packageVersion = "1.1.0"
description = "Application de support au jeux de rôle dans l'univers de Lwa."
copyright = "© 2020 Pixelized. All rights reserved."
vendor = "Pixelized"