Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Apr 18, 2022
1 parent 6713dfc commit 674bb76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Expand Up @@ -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.'
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Expand Up @@ -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,
Expand Down

0 comments on commit 674bb76

Please sign in to comment.