From 6691105476240f0979afd7b532781004206d6bf8 Mon Sep 17 00:00:00 2001 From: 1234567890num <53823593+1234567890num@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:34:33 +0700 Subject: [PATCH] Version number --- GoA RAM Non-Rando.lua | 2 +- GoA RAM.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.')