From 674bb760d716c76a538777e64be14ec2b87db697 Mon Sep 17 00:00:00 2001 From: Andre Tabarra Date: Mon, 18 Apr 2022 13:16:11 -0300 Subject: [PATCH] chore: version bump --- fxmanifest.lua | 2 +- src/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 1cf8a18ab..2b9d9f004 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -5,7 +5,7 @@ author 'Tabarra' description 'Remotely Manage & Monitor your GTA5 FiveM Server' repository 'https://github.com/tabarra/txAdmin' -version '4.13.4' +version '4.14.0' ui_label 'txAdmin' rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.' diff --git a/src/index.js b/src/index.js index 0ae0e00aa..9f5886082 100644 --- a/src/index.js +++ b/src/index.js @@ -204,8 +204,8 @@ if (verbose) dir({isZapHosting, forceInterface, forceFXServerPort, txAdminPort, //NOTE: Only valid if its being very actively maintained. // Use 30d for patch 0, or 45~60d otherwise // Objective is to update every 2~3 weeks, always on monday ~15:00 -const txVerBBLastUpdate = 1649268888; -const txVerBBDelta = 21 + ((isZapHosting) ? 10 : 0); +const txVerBBLastUpdate = 1650299999; +const txVerBBDelta = 23 + ((isZapHosting) ? 10 : 0); const txAdminVersionBestBy = txVerBBLastUpdate + (txVerBBDelta * 86400); // dir({ // updateDelta: txVerBBDelta,