Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo committed Sep 1, 2023
1 parent 77f6beb commit 34dfe5b
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(2, 0, 0);
public override Version Version { get; } = new(3, 0, 0);

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

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

0 comments on commit 34dfe5b

Please sign in to comment.