Skip to content

Commit

Permalink
Add TOC tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rossnichols committed Nov 25, 2020
1 parent 93dfe62 commit d91a602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ABGP/ABGP.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
## Version: ${ADDON_VERSION}
## OptionalDeps: ElvUI
## SavedVariables: ABGP_DB, ABGP_WindowManagement, ABGP_Data2, ABGP_RaidInfo3, ABGP_MessageLog
## X-Curse-Project-ID: 361413
## X-WoWI-ID: 25801

embeds.xml
core.lua
Expand Down
4 changes: 2 additions & 2 deletions ABGP/debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ function ABGP:SetDebug(enable)
self:Set("debug", enable);
end

ABGP.VersionOverride = "7.3.0";
ABGP.VersionCmpOverride = "7.3.0";
ABGP.VersionOverride = "7.3.1";
ABGP.VersionCmpOverride = "7.3.1";

0 comments on commit d91a602

Please sign in to comment.