Skip to content

Commit

Permalink
I meant to add the updated table of contents version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Aug 2, 2020
1 parent 7a4128f commit cfeb31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CommunityDKP.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: |cff9900ffCommunity|r |cff595959DKP|r
## Author: Vapok-BloodsailBuccaneers
## Notes: Feature-rich DKP Management Tool
## Version: 3.1.0
## Version: 3.1.3
## DefaultState: enabled
## SavedVariables: CommDKP_DB, CommDKP_Loot, CommDKP_DKPTable, CommDKP_DKPHistory, CommDKP_MinBids, CommDKP_MaxBids, CommDKP_Whitelist, CommDKP_Standby, CommDKP_Archive, CommDKP_Profiles

Expand Down
2 changes: 1 addition & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ core.EncounterList = { -- Event IDs must be in the exact same order as core
core.CommDKPUI = {} -- global storing entire Configuration UI to hide/show UI
core.MonVersion = "v3.1.3";
core.BuildNumber = 30103;
core.ReleaseNumber = 51
core.ReleaseNumber = 52
core.defaultTable = "__default";
core.SemVer = core.MonVersion.."-r"..tostring(core.ReleaseNumber);
core.UpgradeSchema = false;
Expand Down

0 comments on commit cfeb31a

Please sign in to comment.