Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo authored Nov 17, 2023
1 parent d24e47b commit 137aa66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EndConditions/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ public class Plugin : Plugin<Config>
public Methods Methods { get; private set; }

/// <inheritdoc/>
public override Version Version { get; } = new(3, 0, 0);
public override Version Version { get; } = new(3, 0, 1);

/// <inheritdoc/>
public override Version RequiredExiledVersion { get; } = new(8, 0, 0);
public override Version RequiredExiledVersion { get; } = new(8, 4, 0);

/// <inheritdoc/>
public override void OnEnabled()
Expand Down

0 comments on commit 137aa66

Please sign in to comment.