Merge pull request #355 from argonui/version-bump

Version bump to 3.2.0
This commit is contained in:
BootleggerFinn 2023-08-26 16:23:40 -05:00 committed by GitHub
commit 236621d163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -42,7 +42,7 @@ local navigationOverlayApi = require("core/NavigationOverlayApi")
local tokenChecker = require("core/token/TokenChecker")
-- online functionality related variables
local MOD_VERSION = "3.1.0"
local MOD_VERSION = "3.2.0"
local SOURCE_REPO = 'https://raw.githubusercontent.com/chr1z93/loadable-objects/main'
local library, requestObj, modMeta, notificationVisible
local acknowledgedUpgradeVersions = {}