From 5baae26cc0b685cf8cccffda86f9bb962b627fc5 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Mon, 21 Jun 2021 15:11:05 +1000 Subject: [PATCH] Update version.json --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 2caac30f..f5d38d40 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "version": "legacy", - "commit" : "1.3.2", - "changelog": "Corrected a mistake resulting in loadouts not being loaded with players" + "commit" : "1.3.3", + "changelog": "\n- Resolved an issue when using Config.Identity\n- MySQL.store is now storing entire queries ahead of time\n- Improved support when using esx_multicharacter" }