Skip to content

Commit

Permalink
chore: esx_menu_list updated to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Feb 29, 2024
1 parent 771e676 commit 48454e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server-data/resources/[esx]/esx_menu_list/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fx_version("adamant")
game("gta5")
description("ESX Menu List")
lua54("yes")
version("1.0.0")
version("1.0.1")

client_scripts({
"@es_extended/imports.lua",
Expand All @@ -15,9 +15,12 @@ ui_page("html/ui.html")

files({
"html/ui.html",

"html/css/app.css",

"html/js/mustache.min.js",
"html/js/app.js",

"html/fonts/pdown.ttf",
"html/fonts/bankgothic.ttf",
})
Expand Down

0 comments on commit 48454e4

Please sign in to comment.