From f932812cf4fb483bd664ba49af785cf581c930e3 Mon Sep 17 00:00:00 2001 From: Tony <97451137+TonybynMp4@users.noreply.github.com> Date: Sat, 26 Oct 2024 05:16:55 +0200 Subject: [PATCH] chore: bump manifest version to 1.1.0 --- fxmanifest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 53213f5..ba804df 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -4,7 +4,7 @@ game 'gta5' author 'Tonybyn_Mp4' description 'Camera script for the Qbox Framework' repository 'https://github.com/TonybynMp4/y_camera' -version '1.0.4' +version '1.1.0' ox_lib 'locale' shared_scripts { @@ -32,4 +32,4 @@ server_scripts { dependency 'fmsdk' lua54 'yes' -use_experimental_fxv2_oal 'yes' +use_experimental_fxv2_oal 'yes' \ No newline at end of file