diff --git a/ParticleEditorPlugin.cs b/ParticleEditorPlugin.cs index d9a379d..6697c35 100644 --- a/ParticleEditorPlugin.cs +++ b/ParticleEditorPlugin.cs @@ -6,7 +6,7 @@ namespace Digi.ParticleEditor { public class ParticleEditorPlugin : IPlugin { - public static readonly Version Version = new Version(1, 0, 5); + public static readonly Version Version = new Version(1, 0, 6); Editor Editor;