From ed7044be586cef1ed7819681c6f0c0e174400e1d Mon Sep 17 00:00:00 2001 From: Linventif Date: Thu, 3 Jul 2025 18:34:12 +0000 Subject: [PATCH] fix: update version to 5.0.1 --- lua/autorun/gmod_integration.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/autorun/gmod_integration.lua b/lua/autorun/gmod_integration.lua index 21cfe2c..70152ba 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -28,7 +28,7 @@ else end gmInte = gmInte || {} -gmInte.version = "5.0.0" +gmInte.version = "5.0.1" gmInte.config = {} gmInte.useDataConfig = true function gmInte.simpleLog(msg, debug) @@ -131,4 +131,4 @@ loadFolder(execFolder .. "/core/ui") loadFolder(execFolder .. "/core") loadFolder(execFolder .. "/modules") loadFolder(execFolder) -print(" ") +print(" ") \ No newline at end of file