From 0594be395088e88386213bd4eb6a208798907938 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Thu, 9 Dec 2021 21:11:12 -0800 Subject: [PATCH] Bump version to v1.1.7 --- gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt b/gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt index e1fb57a..5c2d3b2 100644 --- a/gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt +++ b/gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt @@ -33,7 +33,7 @@ class RSDE : Application() { companion object { const val TITLE = "RHRE SFX Database Editor" - val VERSION = Version(1, 1, 6, "") + val VERSION = Version(1, 1, 7, "") val rootFolder: File = File(System.getProperty("user.home")).resolve(".rsde/").apply { mkdirs() } val rhreRoot: File = File(System.getProperty("user.home")).resolve(".rhre3/").apply { mkdirs()