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:
Linden
2021-11-14 02:03:19 +11:00
parent 6aede19f4e
commit a4c06746c5
3 changed files with 43 additions and 5 deletions

View File

@@ -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'
}