From 68b17642a6849cd81a60a58e24137678c7f7334d Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Sat, 17 Sep 2022 16:49:15 +0100 Subject: [PATCH] Version Bump --- fxmanifest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 2d20e10..46488a7 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,6 +1,6 @@ name "Jim-Consumables" author "Jimathy" -version "v1.3.1" +version "v1.3.2" description "Consumable Script By Jimathy" fx_version "cerulean" game "gta5" @@ -8,4 +8,4 @@ lua54 'yes' shared_scripts { 'config.lua', 'shared/*.lua' } client_scripts { 'client/*.lua', } -server_scripts { 'server/*.lua' } \ No newline at end of file +server_scripts { 'server/*.lua' }