Skip to content

Commit 2176545

Browse files
committed
Bump version & update deps
1 parent 244006a commit 2176545

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

HomeLive.Core/Classes/Legacy/PH2/IGameDataSide2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static void CopyFrom(this IGameDataSide2 data, PKM pk)
113113
/// <summary>
114114
/// Resets the moves using the <see cref="source"/> for the given level.
115115
/// </summary>
116-
public static void ResetMoves(this IGameDataSide2 data, ushort species, byte form, int level, ILearnSource source, EntityContext context)
116+
public static void ResetMoves(this IGameDataSide2 data, ushort species, byte form, byte level, ILearnSource source, EntityContext context)
117117
{
118118
var learn = source.GetLearnset(species, form);
119119
Span<ushort> moves = stackalloc ushort[4];

HomeLive.Core/HomeLive.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</ItemGroup>
4545

4646
<ItemGroup>
47-
<PackageReference Include="PKHeX.Core" Version="25.2.23" />
47+
<PackageReference Include="PKHeX.Core" Version="25.5.18" />
4848
</ItemGroup>
4949

5050
<ItemGroup>

HomeLive.Plugins/HomePlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace HomeLive.Plugins;
55

66
public class HomePlugin : IPlugin
77
{
8-
public const string Version = "3.2.7";
8+
public const string Version = "3.2.8";
99
public string Name => nameof(HomePlugin);
1010
public int Priority => 1;
1111

0 commit comments

Comments
 (0)