From 4e565268cddabd9b30d63ccee15e3dd47c55c6a8 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Tue, 6 May 2025 10:35:00 +0100 Subject: [PATCH] Version Bump `2.0` - `2.0.01` --- config.lua | 2 +- fxmanifest.lua | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.lua b/config.lua index fed18ec..aad68cb 100644 --- a/config.lua +++ b/config.lua @@ -1,6 +1,6 @@ Config = { System = { - Debug = true, + Debug = false, EventDebug = false, Menu = "qb", -- "qb", "ox" diff --git a/fxmanifest.lua b/fxmanifest.lua index 896ceec..a327b71 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,6 +1,6 @@ name "Jim-Consumables" author "Jimathy" -version "2.0" +version "2.0.01" description "Consumables Script" fx_version "cerulean" game "gta5" diff --git a/version.txt b/version.txt index 415b19f..2c60bdd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0 \ No newline at end of file +2.0.01 \ No newline at end of file