Skip to content

Commit

Permalink
7.5.4 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fellshadow authored May 24, 2023
1 parent ec937c6 commit 4a5ad97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ironmon_tracker/Main.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Main = {}

-- The latest version of the tracker. Should be updated with each PR.
Main.Version = { major = "7", minor = "5", patch = "3" }
Main.Version = { major = "7", minor = "5", patch = "4" }

Main.CreditsList = { -- based on the PokemonBizhawkLua project by MKDasher
CreatedBy = "Besteon",
Expand Down Expand Up @@ -969,4 +969,4 @@ function Main.RemoveMetaSetting(section, key)
if Main.MetaSettings[section] ~= nil then
Main.MetaSettings[section][key] = nil
end
end
end

0 comments on commit 4a5ad97

Please sign in to comment.