diff --git a/lua/pshy/bases/version.lua b/lua/pshy/bases/version.lua index 4bcd3679..5a8d5eb5 100644 --- a/lua/pshy/bases/version.lua +++ b/lua/pshy/bases/version.lua @@ -10,10 +10,10 @@ local version = {} --- Module Settings: -pshy.TFM_VERSION = 8.98 -- The last tfm version this script was made for. +pshy.TFM_VERSION = 9.15 -- The last tfm version this script was made for. pshy.TFM_API_VERSION = "0.28" -- The last tfm api version this script was made for. -version.days_before_update_suggested = 90 -- How old the script should be before suggesting an update (`nil` to disable). -version.days_before_update_advised = 180 -- How old the script should be before requesting an update (`nil` to disable). +version.days_before_update_suggested = 120 -- How old the script should be before suggesting an update (`nil` to disable). +version.days_before_update_advised = 240 -- How old the script should be before requesting an update (`nil` to disable). local VERSION_MARGIN = 0.09 -- Do not warn for every update.