From a6ed5b449a0d745fc95b20fceae01bb026ba6a1e Mon Sep 17 00:00:00 2001 From: Bonjemus <59416055+Bonjemus@users.noreply.github.com> Date: Sun, 8 Jan 2023 21:56:52 +0100 Subject: [PATCH] 1.1.0 --- CustomDoors/PluginClass.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomDoors/PluginClass.cs b/CustomDoors/PluginClass.cs index 2ec9150..6b8aa8d 100644 --- a/CustomDoors/PluginClass.cs +++ b/CustomDoors/PluginClass.cs @@ -10,7 +10,7 @@ public class PluginClass public static PluginClass Singleton { get; private set; } [PluginPriority(LoadPriority.Low)] - [PluginEntryPoint("Custom Doors", "1.0.0", "More doors = More fun ! Allows server owners to add custom doors.", "Bonjemus")] + [PluginEntryPoint("Custom Doors", "1.1.0", "More doors = More fun ! Allows server owners to add custom doors.", "Bonjemus")] void LoadPlugin() { Singleton = this;