Skip to content

Commit e98eb8c

Browse files
committed
version bump
1 parent 9b64a5b commit e98eb8c

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

dev_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
- [x] add option to reset fxserver settings & return to setup
1616
- [x] merge dark mode
1717
- [x] added tmpLooksLikeRecipe to stats
18-
- [ ] test everything on latest fxserver + webpack and linux (check deployer and systeminformation memory)
19-
- [ ] reset timestamp + write changelog + version bump
18+
- [x] test everything on latest fxserver + webpack and linux (check deployer and systeminformation memory)
19+
- [x] reset timestamp + write changelog + version bump
2020

2121
> Do as soon as v3.0.0 is out:
2222
- [ ] clean this file

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 '3.0.0-dev'
8+
version '3.0.0'
99

1010
fx_version 'bodacious'
1111
games { 'gta5' }

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ if(typeof txAdminVersion !== 'string' || txAdminVersion == 'null'){
7171
//Check if this version of txAdmin is too outdated to be considered safe to use in prod
7272
//NOTE: Only valid if its being very actively maintained.
7373
// Use 30d for patch 0, or 45~60d otherwise
74-
const txAdminVersionBestBy = 1602222222 + (45 * 86400);
75-
// dir(new Date(txAdminVersionBestBy*1000).toLocaleString()) // 23/11/2020 03:43:42 BRT
74+
const txAdminVersionBestBy = 1606277666 + (26 * 86400);
75+
// dir(new Date(txAdminVersionBestBy*1000).toLocaleString()) // 21/12/2020 02:14:26 BRT
7676
if(now() > txAdminVersionBestBy){
7777
logError(`This version of txAdmin is outdated.`);
7878
logError(`Please update as soon as possible.`);

version.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.7.0",
2+
"version": "3.0.0",
33
"changelog": "Deprecated Message. Please Update to v2.",
44
"allVersions": [
55
{
@@ -205,6 +205,10 @@
205205
{
206206
"version": "2.7.2",
207207
"changelog": "Added custom ban times. Added ban history to live console. Added redundant HeartBeat via FD3. Many smaller improvements."
208+
},
209+
{
210+
"version": "3.0.0",
211+
"changelog": "DARK MODE! Added Server Deployer. Increased server boot time tolerances. Bunch of small fixes and improvements."
208212
}
209213
]
210214
}

0 commit comments

Comments
 (0)