diff --git a/CommunityDKP.toc b/CommunityDKP.toc index 02ad7faa..b7b3c79d 100644 --- a/CommunityDKP.toc +++ b/CommunityDKP.toc @@ -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 diff --git a/Core.lua b/Core.lua index 5ef379bf..22fb2876 100644 --- a/Core.lua +++ b/Core.lua @@ -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;