From 03c15b16d02b2e7ceb27e08c2bfe7df3a02eb469 Mon Sep 17 00:00:00 2001 From: kac5a <33458472+kac5a@users.noreply.github.com> Date: Mon, 12 Sep 2022 01:17:12 +0200 Subject: [PATCH] Update fxmanifest.lua --- fxmanifest.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index fd3dfb1..2620457 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -3,6 +3,7 @@ fx_version "cerulean" description "K5 Documents" author "K5 Scripts" version '1.1.2' +update "Design changes, added version check" repository 'https://github.com/kac5a/k5_documents' lua54 'yes' @@ -26,4 +27,4 @@ server_scripts { files { 'web/build/index.html', 'web/build/**/*' -} \ No newline at end of file +}