From 4d74bb935e9a273232ecd73fe4c40e54f7e5b7b9 Mon Sep 17 00:00:00 2001 From: iTracerFacer <134304944+iTracerFacer@users.noreply.github.com> Date: Sat, 15 Nov 2025 02:08:35 -0600 Subject: [PATCH] added version parm --- Moose_CTLD_Pure/Moose_CTLD.lua | 1 + Moose_CTLD_Pure/Moose_CTLD_FAC.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Moose_CTLD_Pure/Moose_CTLD.lua b/Moose_CTLD_Pure/Moose_CTLD.lua index bb37236..c1b14c5 100644 --- a/Moose_CTLD_Pure/Moose_CTLD.lua +++ b/Moose_CTLD_Pure/Moose_CTLD.lua @@ -15,6 +15,7 @@ -- #region Config local CTLD = {} +CTLD.Version = '1.0.1' CTLD.__index = CTLD CTLD._lastSalvageInterval = CTLD._lastSalvageInterval or 0 CTLD._playerUnitPrefs = CTLD._playerUnitPrefs or {} diff --git a/Moose_CTLD_Pure/Moose_CTLD_FAC.lua b/Moose_CTLD_Pure/Moose_CTLD_FAC.lua index 61922ea..928bc97 100644 --- a/Moose_CTLD_Pure/Moose_CTLD_FAC.lua +++ b/Moose_CTLD_Pure/Moose_CTLD_FAC.lua @@ -30,7 +30,7 @@ end local FAC = {} FAC.__index = FAC -FAC.Version = '1.0.0' +FAC.Version = '1.0.1' local LOG_NONE = 0 local LOG_ERROR = 1