Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranger-26 authored Oct 15, 2021
1 parent 597ee66 commit 3e0bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuckyPills/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Plugin : Plugin<Config>
{
public override string Author { get; } = "NutInc";
public override string Name { get; } = "Lucky Pills";
public override Version Version { get; } = new Version(3, 1, 4);
public override Version Version { get; } = new Version(3, 1, 5);
public override Version RequiredExiledVersion { get; } = new Version(3, 0, 0, 0);

private EventHandlers _eventHandler;
Expand Down

0 comments on commit 3e0bac9

Please sign in to comment.