From bde6b91c7c0e3ae7dcb8871c8759be5678d5a741 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Wed, 7 Sep 2022 12:12:33 +0200 Subject: [PATCH] 1.0.1 small bugs fixed --- ND_Fuel/fxmanifest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ND_Fuel/fxmanifest.lua b/ND_Fuel/fxmanifest.lua index f860b5f..77b9487 100644 --- a/ND_Fuel/fxmanifest.lua +++ b/ND_Fuel/fxmanifest.lua @@ -2,7 +2,7 @@ author "Andyyy#7666, N1K0#0001" description "ND Framework fuel with hose & nozle" -version "1.0.0" +version "1.0.1" fx_version "cerulean" game "gta5" @@ -20,4 +20,4 @@ server_scripts { } client_scripts { "source/client.lua" -} \ No newline at end of file +}