Bump version
parent
07a9cf460c
commit
832a9c14a8
|
@ -1,5 +1,5 @@
|
|||
const fx_version = '0.6.6.3'; // FX Client Version
|
||||
const fx_update = 'Oct 21'; // FX Client Last Updated
|
||||
const fx_version = '0.6.6.4'; // FX Client Version
|
||||
const fx_update = 'Oct 26'; // FX Client Last Updated
|
||||
|
||||
import settingsManager from './settings.js';
|
||||
import { clanFilter, leaderboardFilter } from "./clanFilters.js";
|
||||
|
@ -29,4 +29,4 @@ __fx.clanFilter = clanFilter;
|
|||
__fx.wins = winCounter;
|
||||
__fx.customLobby = customLobby;
|
||||
|
||||
console.log('Successfully loaded FX Client');
|
||||
console.log('Successfully loaded FX Client');
|
||||
|
|
Loading…
Reference in New Issue