From eb154bc45a37d014c78d58d48df826de763f8a4d Mon Sep 17 00:00:00 2001 From: blackfirefly000 <50463948+blackfirefly000@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:33:40 -0700 Subject: [PATCH] Update fxmanifest.lua Update version --- boatHUD/fxmanifest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boatHUD/fxmanifest.lua b/boatHUD/fxmanifest.lua index fcad1f3..aa63d40 100644 --- a/boatHUD/fxmanifest.lua +++ b/boatHUD/fxmanifest.lua @@ -3,7 +3,7 @@ game 'gta5' author 'blackfirefly000' description 'Boat HUD and Anchor script with speed, heading, coordinates, depth, and more' -version '1.0.0' +version '1.0.1' server_script 'server.lua' client_script 'client.lua'