From b25b2587472d9ead759d7ede03416c1ac35b1cae Mon Sep 17 00:00:00 2001 From: Pshy0 Date: Wed, 7 Feb 2024 15:23:55 +0100 Subject: [PATCH] updated TFM version to v8.98 --- lua/pshy/bases/version.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pshy/bases/version.lua b/lua/pshy/bases/version.lua index c639abcf..4bcd3679 100644 --- a/lua/pshy/bases/version.lua +++ b/lua/pshy/bases/version.lua @@ -10,7 +10,7 @@ local version = {} --- Module Settings: -pshy.TFM_VERSION = 8.89 -- The last tfm version this script was made for. +pshy.TFM_VERSION = 8.98 -- 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).