Skip to content

Commit

Permalink
TOC bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Sep 24, 2019
1 parent e404fb2 commit ce6d656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions REPorter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ local IsShiftKeyDown = _G.IsShiftKeyDown
local IsAltKeyDown = _G.IsAltKeyDown
local IsControlKeyDown = _G.IsControlKeyDown
local IsInBrawl = _G.C_PvP.IsInBrawl
local IsRatedBattleground = _G.IsRatedBattleground
local IsRatedBattleground = _G.C_PvP.IsRatedBattleground
local GetTime = _G.GetTime
local GetBattlefieldInstanceRunTime = _G.GetBattlefieldInstanceRunTime
local GetMapInfo = _G.C_Map.GetMapInfo
Expand Down Expand Up @@ -157,7 +157,7 @@ RE.BlinkPOIValue = 0.3
RE.BlinkPOIUp = true

RE.FoundNewVersion = false
RE.AddonVersionCheck = 250
RE.AddonVersionCheck = 251
RE.ScreenHeight, RE.ScreenWidth = _G.UIParent:GetCenter()

RE.MapSettings = {
Expand Down
4 changes: 2 additions & 2 deletions REPorter.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 80200
## Interface: 80205
## Title: |cFF74D06CRE|rPorter
## Notes: Provide battleground map.
## Version: 2.5.0
## Version: 2.5.1
## Author: AcidWeb
## SavedVariables: REPorterSettings
## X-Website: https://www.curseforge.com/wow/addons/reporter-battleground-map
Expand Down

0 comments on commit ce6d656

Please sign in to comment.