Skip to content

Commit

Permalink
Merge pull request #7 from EmanuelAYZZ/patch-2
Browse files Browse the repository at this point in the history
chore(Manifest): bump, include dependencies
  • Loading branch information
tomiichx authored Jun 13, 2023
2 parents f4367fa + 2c9b6d8 commit 4e69447
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lua54 'yes'
author 'tomiichx'
description 'Adds territories for illegal organizations to your FiveM ESX Server.'

version 'v3.1.5'
version 'v3.1.6'

ui_page 'web/index.html'

Expand All @@ -27,4 +27,11 @@ files {
'web/index.html',
'web/script.js',
'web/style.css'
}

dependencies {
'rprogress',
'ox_lib',
'ox_inventory',
'/server:6500' -- Friendly reminder to update your server artifacts.
}

0 comments on commit 4e69447

Please sign in to comment.