Updated launcher version to 2.1.2

This commit is contained in:
Josh Larson
2022-07-22 18:00:20 -05:00
parent 76504d5438
commit 296ca8bc7c
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ subprojects {
}
group = "com.projectswg.launcher"
version = "2.1.1"
version = "2.1.2"
application {
mainModule.set("com.projectswg.launcher")

View File

@@ -44,7 +44,7 @@ enum class LauncherData {
get() = FX.application
companion object {
const val VERSION = "2.1.1"
const val VERSION = "2.1.2"
fun getApplicationDataDirectory(): File {
return when (getOS()) {