mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
feat: add a version checker and bump to 1.0.1
Since this is being developed alongside other projects, adding a version checker is going to save some time.
This commit is contained in:
@@ -21,9 +21,9 @@ lua54 'yes'
|
||||
game 'gta5'
|
||||
|
||||
--[[ Resource Information ]]--
|
||||
name 'lua library'
|
||||
name 'pe-lualib'
|
||||
author 'Linden'
|
||||
version '1.0.0'
|
||||
version '1.0.1'
|
||||
repository 'https://github.com/project-error/pe-lualib'
|
||||
description 'A library of shared functions to utilise in other resources.'
|
||||
|
||||
@@ -36,4 +36,8 @@ files {
|
||||
'init.lua',
|
||||
'imports/**/client.lua',
|
||||
'imports/**/shared.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'version.lua'
|
||||
}
|
||||
Reference in New Issue
Block a user