Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
destoer committed Jun 1, 2024
1 parent cae1705 commit b14847c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void SetWarden(CCSPlayerController player)

// main plugin file, controls central hooking
// defers to warden, lr and sd
[MinimumApiVersion(215)]
[MinimumApiVersion(239)]
public class JailPlugin : BasePlugin, IPluginConfig<JailConfig>
{
// Global event settings, used to filter plugin activits
Expand Down Expand Up @@ -211,7 +211,7 @@ public static void PurgePlayerStats(CCSPlayerController? player)

public override string ModuleName => "CS2 Jailbreak - destoer";

public override string ModuleVersion => "v0.4.3";
public override string ModuleVersion => "v0.4.5";

public override void Load(bool hotReload)
{
Expand Down

0 comments on commit b14847c

Please sign in to comment.