This commit is contained in:
anavoi 2025-03-15 22:21:27 +01:00
commit bdc26f2528
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>GBSU</AssemblyName>
<Product>Gang Beasts Server Utility</Product>
<Version>1.0.1</Version>
<Version>1.0.2</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<RestoreAdditionalProjectSources>

View file

@ -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";
}