diff --git a/config.json b/config.json index 14238f9a..88f3f18a 100644 --- a/config.json +++ b/config.json @@ -234,7 +234,7 @@ 0, 0 ], - "SaveName": "Arkham SCE - 3.5.0", + "SaveName": "Arkham SCE - 3.6.0", "Sky": "Sky_Museum", "SkyURL": "https://i.imgur.com/GkQqaOF.jpg", "SnapPoints_path": "SnapPoints.json", diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index 6d3b3841..84708113 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -41,7 +41,7 @@ local MAT_COLORS = { "White", "Orange", "Green", "Red" } local hideTitleSplashWaitFunctionId = nil -- online functionality related variables -local MOD_VERSION = "3.5.0" +local MOD_VERSION = "3.6.0" local SOURCE_REPO = 'https://raw.githubusercontent.com/chr1z93/loadable-objects/main' local library, requestObj, modMeta local acknowledgedUpgradeVersions = {}