Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Sep 13, 2020
1 parent ef1a2d5 commit ac15ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EasyEvents/EasyEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class EasyEvents : Plugin<Config>
{
public override string Name => "EasyEvents";
public override string Author => "PintTheDragon";
public override Version Version => new Version("1.0.0");
public override Version Version => new Version("1.0.1");
public override PluginPriority Priority => PluginPriority.Highest;

public static EasyEvents Singleton;
Expand Down

0 comments on commit ac15ae7

Please sign in to comment.