Skip to content

Commit

Permalink
bumped plugin and exiled versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Nov 9, 2023
1 parent 3299dc2 commit 45b60ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BetterCoinflips/BetterCoinflips.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="EXILED">
<Version>8.2.1</Version>
<Version>8.3.9</Version>
</PackageReference>
<PackageReference Include="Lib.Harmony">
<Version>2.2.2</Version>
Expand Down
4 changes: 2 additions & 2 deletions BetterCoinflips/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ namespace BetterCoinflips
public class Plugin : Plugin<Config, Configs.Translations>
{
public static Plugin Instance;
public override Version RequiredExiledVersion => new(8, 2, 1, 0);
public override Version Version => new(4, 3, 0, 0);
public override Version RequiredExiledVersion => new(8, 3, 9, 0);
public override Version Version => new(4, 3, 1);
public override string Author => "Miki_hero";
public override string Name => "BetterCoinflips";
public override string Prefix => "better_cf";
Expand Down

0 comments on commit 45b60ba

Please sign in to comment.