Now set host parameter of websocket connection--supporting TC connections

This commit is contained in:
Josh Larson
2022-07-06 16:09:27 -05:00
parent 4c1005b0ec
commit 5c7e857637
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ subprojects {
}
group = "com.projectswg.launcher"
version = "2.1.0"
version = "2.1.1"
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.0"
const val VERSION = "2.1.1"
fun getApplicationDataDirectory(): File {
return when (getOS()) {