Skip to content

Commit

Permalink
Exiled Version Bump + Exiled
Browse files Browse the repository at this point in the history
  • Loading branch information
Vretu-Dev committed Jan 16, 2025
1 parent b3e286b commit 69b9613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions UsefulHints/UsefulHints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ public class UsefulHints : Plugin<Config>
public override string Name => "Useful Hints";
public override string Author => "Vretu";
public override string Prefix { get; } = "UH";
public override Version Version => new Version(1, 9, 8);
public override Version RequiredExiledVersion { get; } = new Version(9, 0, 0);
public override Version Version => new Version(1, 9, 9);
public override Version RequiredExiledVersion { get; } = new Version(9, 3, 0);
public override PluginPriority Priority { get; } = PluginPriority.Low;
public static UsefulHints Instance { get; private set; }
public override void OnEnabled()
Expand Down
2 changes: 1 addition & 1 deletion UsefulHints/UsefulHints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="ExMod.Exiled">
<Version>9.3.0</Version>
<Version>9.4.0</Version>
</PackageReference>
<PackageReference Include="Fody">
<Version>6.9.1</Version>
Expand Down

0 comments on commit 69b9613

Please sign in to comment.