Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSus1 committed Jan 16, 2025
1 parent 75e8177 commit 55b52b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoFFToggle/MainPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MainPlugin : Plugin<Config>
{
public override string Name => "AutoFFToggle";
public override string Author => "Mike (originally Kognity)";
public override Version Version => new(3, 0, 0);
public override Version Version => new(3, 0, 1);
public override Version RequiredExiledVersion => new(9, 3, 0);
public override PluginPriority Priority => PluginPriority.Low;

Expand Down

0 comments on commit 55b52b7

Please sign in to comment.