This commit is contained in:
deluce 2024-08-29 19:48:41 -07:00
commit 8d316f608e
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,8 @@
{ {
"version": "1.1", "version": "1.11",
"changelog": [ "changelog": [
"New Version Checker", "Added option to disable duty toggle for ESX users",
"Fix Config" "Added auto detect for inventory image path",
"Files Changed: config/config.lua, fxmanifest.lua, client/menus.lua"
] ]
} }

View File

@ -1,8 +1,8 @@
{ {
"version": "3.13", "version": "3.14",
"changelog": [ "changelog": [
"Add new version check", "Added ability to disable duty toggle",
"Fixed target error", "Added auto inventory image path",
"Fixed throw money" "Files changed: fxmanifest.lue, config.lua, client/targets.lua"
] ]
} }