Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
plus two insignificant changes
  • Loading branch information
tabarra committed Jul 4, 2023
1 parent cc1e511 commit 4d0bd73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions core/txAdmin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ export default class TxAdmin {
} catch (error) {
console.dir(error);
}

//TODO: cron to update setTTYTitle
}

/**
Expand Down
1 change: 1 addition & 0 deletions core/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ declare function GetResourceMetadata(resourceName: string, metadataKey: string,
declare function GetResourcePath(resourceName: string): string;
declare function IsDuplicityVersion(): boolean;
declare function VerifyPasswordHash(password: string, hash: string): boolean;
declare function ScanResourceRoot(rootPath: string, callback: (data: object) => void): boolean;

declare namespace Intl {
function getCanonicalLocales(locales: string | string[]): string[];
Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
author 'Tabarra'
description 'Remotely Manage & Monitor your GTA5 FiveM Server'
repository 'https://github.com/tabarra/txAdmin'
version '6.0.0'
version '6.0.1'
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

0 comments on commit 4d0bd73

Please sign in to comment.