diff --git a/DBM-Core/DBM-Core.lua b/DBM-Core/DBM-Core.lua index 3b9b1f3..35a73f8 100644 --- a/DBM-Core/DBM-Core.lua +++ b/DBM-Core/DBM-Core.lua @@ -58,10 +58,10 @@ f:SetScript("OnUpdate", fCLFix) -- Globals/Default Options -- ------------------------------- DBM = { - Revision = ("$Revision: 5020 $"):sub(12, -3), - Version = "5.02", - DisplayVersion = "5.02 DBM-Frostmourne. Original edit by Sariyo.", -- the string that is shown as version - ReleaseRevision = 5020 -- the revision of the latest stable version that is available (for /dbm ver2) + Revision = ("$Revision: 5030 $"):sub(12, -3), + Version = "5.03", + DisplayVersion = "5.03 DBM-Frostmourne. Original edit by Sariyo.", -- the string that is shown as version + ReleaseRevision = 5030 -- the revision of the latest stable version that is available (for /dbm ver2) } DBM_SavedOptions = {} diff --git a/README.md b/README.md index 0fa5358..464e521 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A version of WotLK DBM with accurate timers for Warmane servers. Please see the * * Most of these are marked as CDs * For example: Frost Blast on Kel'Thuzad, Locust Swarm (Cast, not the duration) on Anub'Rekhan, Noth's first Blink, and Eonar's Gift are the most random. -# 5.03 [IN DEVELOPMENT] +# 5.03 ### General * Cleaned up enable range frame calls. Should work now.