version bump

This commit is contained in:
Chr1Z93 2023-08-24 00:30:45 +02:00
parent fea12454de
commit dc2005caa9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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