diff --git a/[esx]/esx_notify/fxmanifest.lua b/[esx]/esx_notify/fxmanifest.lua index b2caeaaf..3776425d 100644 --- a/[esx]/esx_notify/fxmanifest.lua +++ b/[esx]/esx_notify/fxmanifest.lua @@ -1,7 +1,7 @@ fx_version 'adamant' lua54 'yes' game 'gta5' - +version '1.8.5' author 'ESX-Framework' description 'Official NUI Notification system for ESX' diff --git a/[esx]/esx_textui/fxmanifest.lua b/[esx]/esx_textui/fxmanifest.lua index 700bd4c9..814fbc9e 100644 --- a/[esx]/esx_textui/fxmanifest.lua +++ b/[esx]/esx_textui/fxmanifest.lua @@ -1,6 +1,7 @@ fx_version 'adamant' game 'gta5' author 'ESX-Framework' +version '1.8.5' description 'ESX TextUI' lua54 'yes' client_scripts { 'TextUI.lua' }