From 85b06f05337ab74ab9a6391640f6423f100e51b6 Mon Sep 17 00:00:00 2001 From: "Jordan.#2139" Date: Wed, 17 Apr 2024 16:14:35 -0400 Subject: [PATCH] chore: Version bump to 1.5.3 --- sonorancms/fxmanifest.lua | 2 +- sonorancms/version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sonorancms/fxmanifest.lua b/sonorancms/fxmanifest.lua index 188b973..f213b90 100644 --- a/sonorancms/fxmanifest.lua +++ b/sonorancms/fxmanifest.lua @@ -4,7 +4,7 @@ games {'gta5'} author 'Sonoran Software Systems' real_name 'Sonoran CMS FiveM Integration' description 'Sonoran CMS to FiveM translation layer' -version '1.5.2' +version '1.5.3' lua54 'yes' server_scripts {'server/*.lua', 'config.lua', 'server/util/unzip.js', 'server/util/http.js', 'server/util/sonoran.js', 'server/util/utils.js', '@oxmysql/lib/MySQL.lua', 'server/util/imageHandler.js', 'server/modules/**/*_sv.js', 'server/modules/**/*_sv.lua'} diff --git a/sonorancms/version.json b/sonorancms/version.json index 917608b..d40faa0 100644 --- a/sonorancms/version.json +++ b/sonorancms/version.json @@ -1,4 +1,4 @@ { - "resource": "1.5.2", + "resource": "1.5.3", "testedFxServerVersion": "7290" }