From 96fa9f11903999ca986267d351c91d187c2d0c16 Mon Sep 17 00:00:00 2001 From: Linventif Date: Sun, 31 Mar 2024 15:51:33 +0200 Subject: [PATCH] add: update 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 84810bc..0a52b60 100644 --- a/lua/autorun/gmod_integration.lua +++ b/lua/autorun/gmod_integration.lua @@ -6,7 +6,7 @@ if (game.SinglePlayer()) then return print("Gmod Integration is not supported in gmInte = gmInte || {} -gmInte.version = "0.3.1" +gmInte.version = "0.3.2" gmInte.config = {} gmInte.materials = {}