Skip to content

Commit 73ccea1

Browse files
chore: bump manifest version to 1.13.3
1 parent 713d9bc commit 73ccea1

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

[core]/cron/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ game 'gta5'
44
author 'ESX-Framework'
55
description 'Allows resources to Run tasks at specific intervals.'
66
lua54 'yes'
7-
version '1.13.2'
7+
version '1.13.3'
88

99
server_script 'server/main.lua'

[core]/es_extended/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fx_version 'cerulean'
33
game 'gta5'
44
description 'The Core resource that provides the functionalities for all other resources.'
55
lua54 'yes'
6-
version '1.13.2'
6+
version '1.13.3'
77

88
shared_scripts {
99
'locale.lua',

[core]/esx_chat_theme/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version '1.13.2'
1+
version '1.13.3'
22
author 'ESX-Framework'
33
description 'A ESX Stylised theme for the chat resource.'
44

[core]/esx_context/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ game 'gta5'
44
author 'ESX-Framework & Brayden'
55
description 'A simplistic context menu for ESX.'
66
lua54 'yes'
7-
version '1.13.2'
7+
version '1.13.3'
88

99
ui_page 'index.html'
1010

[core]/esx_identity/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fx_version 'adamant'
33
game 'gta5'
44
description 'Allows the player to Pick their characters: Name, Gender, Height and Date-of-birth.'
55
lua54 'yes'
6-
version '1.13.2'
6+
version '1.13.3'
77

88
shared_scripts {
99
'@es_extended/imports.lua',

[core]/esx_inventory/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ game "gta5"
44
description "Inventory for the ESX framework"
55
lua54 "yes"
66
use_fxv2_oal "yes"
7-
version '1.13.2'
7+
version '1.13.3'
88

99
shared_scripts {
1010
"/config/main.lua",

[core]/esx_loadingscreen/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ game 'common'
33
fx_version 'cerulean'
44
author 'ESX-Framework'
55
description 'Allows resources to Run tasks at specific intervals.'
6-
version '1.13.2'
6+
version '1.13.3'
77
lua54 'yes'
88

99
loadscreen 'index.html'

[core]/esx_menu_default/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fx_version 'adamant'
33
game 'gta5'
44
description 'A basic menu system for ESX Legacy.'
55
lua54 'yes'
6-
version '1.13.2'
6+
version '1.13.3'
77

88
client_scripts { '@es_extended/imports.lua', 'client/main.lua' }
99

[core]/esx_menu_dialog/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fx_version 'adamant'
33
game 'gta5'
44
description 'A basic input dialog for ESX Legacy.'
55
lua54 'yes'
6-
version '1.13.2'
6+
version '1.13.3'
77

88
client_scripts {
99
'@es_extended/imports.lua',

[core]/esx_menu_list/fxmanifest.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fx_version 'adamant'
33
game 'gta5'
44
description 'A basic table-based menu system for ESX Legacy.'
55
lua54 'yes'
6-
version '1.13.2'
6+
version '1.13.3'
77

88

99
client_scripts {

0 commit comments

Comments
 (0)