From 0ccd2f3b1b51881983cd9aafbce7be020b8a5205 Mon Sep 17 00:00:00 2001
From: Linventif <linventif@gmail.com>
Date: Thu, 21 Sep 2023 10:23:42 +0200
Subject: [PATCH] change version

---
 lua/autorun/gmod_integration.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lua/autorun/gmod_integration.lua b/lua/autorun/gmod_integration.lua
index 6ad2395..b11e153 100644
--- a/lua/autorun/gmod_integration.lua
+++ b/lua/autorun/gmod_integration.lua
@@ -5,7 +5,7 @@ if game.SinglePlayer() then return end
 //
 
 gmInte = gmInte || {}
-gmInte.version = "0.1.0"
+gmInte.version = "0.1.1"
 gmInte.config = gmInte.config || {}
 
 //