Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonjemus authored Jan 8, 2023
1 parent 10821c7 commit a6ed5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomDoors/PluginClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a6ed5b4

Please sign in to comment.