From bdc26f252867a09859e3096e2e734870c48bd891 Mon Sep 17 00:00:00 2001 From: anavoi Date: Sat, 15 Mar 2025 22:21:27 +0100 Subject: [PATCH] 1.0.2 --- GBSU.csproj | 2 +- Plugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GBSU.csproj b/GBSU.csproj index 866ce81..2a42d53 100644 --- a/GBSU.csproj +++ b/GBSU.csproj @@ -4,7 +4,7 @@ netstandard2.0 GBSU Gang Beasts Server Utility - 1.0.1 + 1.0.2 true latest diff --git a/Plugin.cs b/Plugin.cs index f1e871c..b98969d 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -67,5 +67,5 @@ public class Plugin : BaseUnityPlugin public const string PluginGUID = "com.gaboule.plugins.gbsu"; public const string PluginName = "Gang Beasts Server Utility"; - public const string PluginVersion = "1.0.1"; + public const string PluginVersion = "1.0.2"; }