Skip to content

Commit

Permalink
Add latest event legality; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed May 10, 2024
1 parent 7b64e45 commit b8987ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified TeraFinder.Core/Resources/raid_default/encounter_might_paldea.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion TeraFinder.Plugins/TeraPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace TeraFinder.Plugins;

public class TeraPlugin : IPlugin
{
public const string Version = "4.0.1";
public const string Version = "4.0.2";
private bool UpdatePrompted = false;

public string Name => nameof(TeraFinder);
Expand Down

0 comments on commit b8987ea

Please sign in to comment.