Skip to content

Commit 9d2f08b

Browse files
committed
chore: version bump
1 parent c1f409f commit 9d2f08b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author 'Tabarra'
66
description 'Remotely Manage & Monitor your GTA5 FiveM Server'
77
repository 'https://github.com/tabarra/txAdmin'
8-
version '4.14.0'
8+
version '4.14.1'
99
ui_label 'txAdmin'
1010

1111
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ if (verbose) dir({isZapHosting, forceInterface, forceFXServerPort, txAdminPort,
204204
//NOTE: Only valid if its being very actively maintained.
205205
// Use 30d for patch 0, or 45~60d otherwise
206206
// Objective is to update every 2~3 weeks, always on monday ~15:00
207-
const txVerBBLastUpdate = 1650299999;
208-
const txVerBBDelta = 23 + ((isZapHosting) ? 10 : 0);
207+
const txVerBBLastUpdate = 1652292073;
208+
const txVerBBDelta = 21 + ((isZapHosting) ? 10 : 0);
209209
const txAdminVersionBestBy = txVerBBLastUpdate + (txVerBBDelta * 86400);
210210
// dir({
211211
// updateDelta: txVerBBDelta,

0 commit comments

Comments
 (0)