Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jan 24, 2022
1 parent 28aba4d commit 26c2ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ game 'gta5'
--[[ Resource Information ]]--
name 'ox_inventory'
author 'Overextended'
version '2.2.0'
version '2.2.1'
repository 'https://github.com/overextended/ox_inventory'
description 'Slot-based inventory with metadata'

Expand Down
9 changes: 1 addition & 8 deletions version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ if server.versioncheck then
local latest = response:match('%d%.%d+%.%d+')
if version < latest then
print(('^3An update is available for ox_inventory - please download the latest release (current version: %s)'):format(latest, version))
print([[^3 - https://github.com/overextended/ox_inventory/releases
- new convars, with old config removed (refer to config.cfg)
- new logging via datadog
- client tracks total item count
- updateInventory event to track item movements
- integrated NPWD support with phone item
- bug fixes
^0]])
print('^3 - https://github.com/overextended/ox_inventory/releases^0')
end
end
end, 'GET')
Expand Down

0 comments on commit 26c2ff1

Please sign in to comment.