Skip to content

Commit

Permalink
update deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
santacrab2 committed Jan 12, 2025
1 parent 9028231 commit a0a54a0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified deps/PKHeX.Core.AutoMod.dll
Binary file not shown.
Binary file modified deps/PKHeX.Core.Injection.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion pktabs/PKTab.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace PKHeXMAUI;

public partial class MainPage : ContentPage
{
public static string Version = "v24.12.19";
public static string Version = "v25.01.12";
public static PKM pk = EntityBlank.GetBlank(9);
public static LegalityAnalysis la = new(pk);
public static SaveFile sav = AppShell.AppSaveFile??SaveUtil.GetBlankSAV(EntityContext.Gen9,"");
Expand Down

0 comments on commit a0a54a0

Please sign in to comment.