From d3bb9b03f2233b07c8aa1365615f71e880ec14f9 Mon Sep 17 00:00:00 2001 From: Miki_hero <100715076+Mikihero@users.noreply.github.com> Date: Sun, 26 Mar 2023 15:02:29 +0200 Subject: [PATCH] version bump --- EventTools/Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventTools/Plugin.cs b/EventTools/Plugin.cs index d94a8b6..1f517e7 100644 --- a/EventTools/Plugin.cs +++ b/EventTools/Plugin.cs @@ -14,7 +14,7 @@ public class Plugin : Plugin { public static Plugin Instance; public override Version RequiredExiledVersion => new Version(6,0,0,0); - public override Version Version => new Version(3, 0, 0, 0); + public override Version Version => new Version(3, 1, 0); public override string Author => "Miki_hero"; private EventHandlers _eventHandlers;