From db32198ffd95337ff57ba1f5f5dbed4c44528036 Mon Sep 17 00:00:00 2001 From: MonkeyWhisper <82112471+MonkeyWhisper@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:55:11 -0500 Subject: [PATCH] 2.0.1 --- fxmanifest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 99e5903..ea96cc1 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,7 +2,7 @@ fx_version 'cerulean' game 'gta5' author 'Project Sloth' description 'UI Library' -version '1.0.0' +version '2.0.1' repository 'https://github.com/Project-Sloth/ps-ui' credits 'https://github.com/sharkiller/nopixel_minigame' lua54 'yes' @@ -15,4 +15,4 @@ client_scripts { files { 'web/build/**', -} \ No newline at end of file +}