diff --git a/GoA RAM Non-Rando.lua b/GoA RAM Non-Rando.lua index 9574b54..f11b257 100644 --- a/GoA RAM Non-Rando.lua +++ b/GoA RAM Non-Rando.lua @@ -7,7 +7,7 @@ LUAGUI_AUTH = 'SonicShadowSilver2 (Ported by Num)' LUAGUI_DESC = 'A GoA build for use with vanilla items.' function _OnInit() -local VersionNum = 'GoA Version 1.53.2' +local VersionNum = 'GoA Version 1.53.3' if (GAME_ID == 0xF266B00B or GAME_ID == 0xFAF99301) and ENGINE_TYPE == "ENGINE" then --PCSX2 if ENGINE_VERSION < 3.0 then print('LuaEngine is Outdated. Things might not work properly.') diff --git a/GoA RAM.lua b/GoA RAM.lua index c5a88fb..4e234aa 100644 --- a/GoA RAM.lua +++ b/GoA RAM.lua @@ -7,7 +7,7 @@ LUAGUI_AUTH = 'SonicShadowSilver2 (Ported by Num)' LUAGUI_DESC = 'A GoA build for use with the Randomizer.' function _OnInit() -local VersionNum = 'GoA Version 1.53.2' +local VersionNum = 'GoA Version 1.53.3' if (GAME_ID == 0xF266B00B or GAME_ID == 0xFAF99301) and ENGINE_TYPE == "ENGINE" then --PCSX2 if ENGINE_VERSION < 3.0 then print('LuaEngine is Outdated. Things might not work properly.')