diff --git a/.run/packageReleaseDmg.run.xml b/.run/packageReleaseDmg.run.xml
new file mode 100644
index 0000000..4846fdd
--- /dev/null
+++ b/.run/packageReleaseDmg.run.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ false
+ false
+
+
+
\ No newline at end of file
diff --git a/.run/packageReleaseMsi.run.xml b/.run/packageReleaseMsi.run.xml
new file mode 100644
index 0000000..f3c2081
--- /dev/null
+++ b/.run/packageReleaseMsi.run.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ false
+ false
+
+
+
\ No newline at end of file
diff --git a/.run/runDebug.run.xml b/.run/runDebug.run.xml
new file mode 100644
index 0000000..e81dc48
--- /dev/null
+++ b/.run/runDebug.run.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ false
+ false
+
+
+
\ No newline at end of file
diff --git a/.run/runRelease.run.xml b/.run/runRelease.run.xml
new file mode 100644
index 0000000..7acf64e
--- /dev/null
+++ b/.run/runRelease.run.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ false
+ false
+
+
+
\ No newline at end of file
diff --git a/.run/serverBuildFatJar.run.xml b/.run/serverBuildFatJar.run.xml
new file mode 100644
index 0000000..524ac10
--- /dev/null
+++ b/.run/serverBuildFatJar.run.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ false
+ false
+
+
+
\ No newline at end of file
diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts
index c7c8f0d..75bb726 100644
--- a/composeApp/build.gradle.kts
+++ b/composeApp/build.gradle.kts
@@ -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"