Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Misaka-ZeroTwo committed Jan 22, 2023
1 parent 35fcde3 commit 3f3fc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CandyWeight/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ public class Plugin : Plugin<Config>
public override string Prefix => "CandyWeight";

/// <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(5, 2, 1);
public override Version RequiredExiledVersion { get; } = new(6, 0, 0);

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

0 comments on commit 3f3fc57

Please sign in to comment.