Merge pull request #559 from argonui/version-numbering

Version bump to 3.5.0
This commit is contained in:
Entrox-Licher 2024-01-21 15:41:59 -05:00 committed by GitHub
commit fc79c7b501
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -233,7 +233,7 @@
0,
0
],
"SaveName": "Arkham SCE - 3.4.0",
"SaveName": "Arkham SCE - 3.5.0",
"Sky": "Sky_Museum",
"SkyURL": "https://i.imgur.com/GkQqaOF.jpg",
"SnapPoints_path": "SnapPoints.json",

View File

@ -41,7 +41,7 @@ local MAT_COLORS = { "White", "Orange", "Green", "Red" }
local hideTitleSplashWaitFunctionId = nil
-- online functionality related variables
local MOD_VERSION = "3.4.0"
local MOD_VERSION = "3.5.0"
local SOURCE_REPO = 'https://raw.githubusercontent.com/chr1z93/loadable-objects/main'
local library, requestObj, modMeta
local acknowledgedUpgradeVersions = {}