Skip to content

Commit

Permalink
updated TFM version to v9.15 and increased update warning delays
Browse files Browse the repository at this point in the history
  • Loading branch information
Pshy0 committed May 21, 2024
1 parent 2c4ec12 commit ab889f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/pshy/bases/version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit ab889f1

Please sign in to comment.