mirror of
https://github.com/ProjectSWGCore/launcher.git
synced 2026-01-15 22:04:18 -05:00
Updated launcher version to 2.1.2
This commit is contained in:
@@ -33,7 +33,7 @@ subprojects {
|
||||
}
|
||||
|
||||
group = "com.projectswg.launcher"
|
||||
version = "2.1.1"
|
||||
version = "2.1.2"
|
||||
|
||||
application {
|
||||
mainModule.set("com.projectswg.launcher")
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user