From e41df74b0302dfc293e80abe7ce29ca5ef9a918e Mon Sep 17 00:00:00 2001 From: TheFantomas <117121911+TheFantomas@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:52:49 +0100 Subject: [PATCH] chore(core/progressbar) Prepare for 1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Idk why I merge commit with 1.9.2 🤦 --- [core]/esx_progressbar/fxmanifest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/esx_progressbar/fxmanifest.lua b/[core]/esx_progressbar/fxmanifest.lua index f016689d..fd81e99f 100644 --- a/[core]/esx_progressbar/fxmanifest.lua +++ b/[core]/esx_progressbar/fxmanifest.lua @@ -2,7 +2,7 @@ fx_version 'adamant' game 'gta5' author 'ESX-Framework' lua54 'yes' -version '1.9.2' +version '1.9.3' description 'ESX Progressbar' client_scripts { 'Progress.lua' }