Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Bump Exiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
Build committed Dec 17, 2021
1 parent d6124f7 commit 5250e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ErrorHandler/ErrorHandler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="DSharp4Webhook" Version="2.0.1" />
<PackageReference Include="EXILED" Version="3.0.5" />
<PackageReference Include="EXILED" Version="4.1.5" />
<PackageReference Include="Lib.Harmony" Version="2.0.4" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ErrorHandler/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class Plugin : Plugin<Config, Translation>
public override PluginPriority Priority { get; } = PluginPriority.Highest;

/// <inheritdoc />
public override Version RequiredExiledVersion { get; } = new Version(3, 0, 5);
public override Version RequiredExiledVersion { get; } = new Version(4, 1, 5);

/// <inheritdoc />
public override void OnEnabled()
Expand Down

0 comments on commit 5250e8d

Please sign in to comment.