From 7c9bc4ac395a454f7e94b83e52dd0501fcb0f93a Mon Sep 17 00:00:00 2001 From: Maximus7474 <94017712+Maximus7474@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:20:38 +0200 Subject: [PATCH] chore: bump version 1.0.2 --- fxmanifest.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index fdf4b9c..c7e34cb 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,9 +2,9 @@ fx_version 'cerulean' description 'Simple elevator UI' author 'Maximus Prime' -version '1.0.1' +version '1.0.2' repository 'https://github.com/Maximus7474/5M-Elevator' - + lua54 'yes' games { @@ -30,4 +30,4 @@ server_script 'server/*.lua' dependancies { 'ox_lib', 'ox_target' -} \ No newline at end of file +}