Skip to content

Commit a12a967

Browse files
committed
Update Version Check
1 parent 82c0cee commit a12a967

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

it_bridge/config.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,5 @@ Config.Menus = AUTO_DETECT
119119

120120
Config.Dispatches = AUTO_DETECT
121121

122+
Config.Version = '1.0.1' -- Do not change this value
122123
Config.VersionCheck = true

it_bridge/modules/versionCheck.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88

99
local updatePath = nil
1010
local identifier = GetResourceMetadata(GetCurrentResourceName(), "identifier", 0)
11-
local version = GetResourceMetadata(GetCurrentResourceName(), "version", 0)
11+
local version = Config.Version
1212
local remoteVersionFile = nil
1313

1414
local function checkResourceVersion(err, responseText, headers)

0 commit comments

Comments
 (0)