Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
6hundred9 committed Apr 4, 2024
1 parent e866072 commit 1c77b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GrenadeLauncher-Exiled8/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Plugin : Plugin<Config>
public override string Author { get; } = "6hundred9";
public override string Name { get; } = "Grenade Launcher";
public override string Prefix { get; } = "grnLauncher";
public override Version RequiredExiledVersion { get; } = new Version(8, 8, 1);
public override Version RequiredExiledVersion { get; } = new Version(8, 8, 0);

public override void OnEnabled()
{
Expand Down

0 comments on commit 1c77b10

Please sign in to comment.