Skip to content

Commit 296ca8b

Browse files
committed
Updated launcher version to 2.1.2
1 parent 76504d5 commit 296ca8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subprojects {
3333
}
3434

3535
group = "com.projectswg.launcher"
36-
version = "2.1.1"
36+
version = "2.1.2"
3737

3838
application {
3939
mainModule.set("com.projectswg.launcher")

src/main/java/com/projectswg/launcher/resources/data/LauncherData.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ enum class LauncherData {
4444
get() = FX.application
4545

4646
companion object {
47-
const val VERSION = "2.1.1"
47+
const val VERSION = "2.1.2"
4848

4949
fun getApplicationDataDirectory(): File {
5050
return when (getOS()) {

0 commit comments

Comments
 (0)