From cfeb31aabb6f20c450fc16ccaae14ed655943bac Mon Sep 17 00:00:00 2001 From: Vapok Date: Sun, 2 Aug 2020 00:08:35 -0400 Subject: [PATCH] I meant to add the updated table of contents version. --- CommunityDKP.toc | 2 +- Core.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;