From 6dd459582fbff8c0b4e52ff18903353e27ae9cc7 Mon Sep 17 00:00:00 2001 From: anavoi Date: Sat, 15 Mar 2025 21:52:46 +0100 Subject: [PATCH] 1.0.1 --- GBSU.csproj | 2 +- Plugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GBSU.csproj b/GBSU.csproj index 804559c..866ce81 100644 --- a/GBSU.csproj +++ b/GBSU.csproj @@ -4,7 +4,7 @@ netstandard2.0 GBSU Gang Beasts Server Utility - 1.0.0 + 1.0.1 true latest diff --git a/Plugin.cs b/Plugin.cs index db2622f..f1e871c 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.0"; + public const string PluginVersion = "1.0.1"; }