Skip to content

Commit

Permalink
Merge branch 'queue-priority'
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jan 3, 2024
2 parents 58beb48 + 2de53aa commit 63aa600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RetakesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

namespace RetakesPlugin;

[MinimumApiVersion(129)]
[MinimumApiVersion(131)]
public class RetakesPlugin : BasePlugin
{
private const string Version = "1.1.2";
private const string Version = "1.1.4";

public override string ModuleName => "Retakes Plugin";
public override string ModuleVersion => Version;
Expand Down

0 comments on commit 63aa600

Please sign in to comment.