File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ game("gta5")
55
66name (" minimal-hud" )
77author (" vipex <discord:vipex.v>" )
8- version (" 2.1.1 " )
8+ version (" 2.2.0 " )
99repository (" https://github.com/ThatMadCap/minimal-hud" )
1010
1111shared_scripts ({
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ local server_utils = {}
33server_utils .versionCheck = function (repository )
44 local resource = GetInvokingResource () or GetCurrentResourceName ()
55
6- local currentVersion = " v2.1.1 "
6+ local currentVersion = " v2.2.0 "
77
88 if currentVersion then
99 currentVersion = currentVersion :match (" %d+%.%d+%.%d+" )
Original file line number Diff line number Diff line change 22 "name" : " minimal-hud" ,
33 "author" : " vipex" ,
44 "private" : true ,
5- "version" : " 2.1.1 " ,
5+ "version" : " 2.2.0 " ,
66 "type" : " module" ,
77 "scripts" : {
88 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments