From b0659c46eb7930ff3bc5bb797405802a27483deb Mon Sep 17 00:00:00 2001 From: Zidras <10605951+Zidras@users.noreply.github.com> Date: Thu, 28 Dec 2023 00:47:49 +0000 Subject: [PATCH] Version: prepare release 10.1.10 --- DBM-Core/DBM-Core.lua | 6 +++--- DBM-Core/DBM-Core.toc | 2 +- DBM-GUI/DBM-GUI.toc | 2 +- DBM-StatusBarTimers/DBM-StatusBarTimers.toc | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DBM-Core/DBM-Core.lua b/DBM-Core/DBM-Core.lua index 6a9af631..fa7655fb 100644 --- a/DBM-Core/DBM-Core.lua +++ b/DBM-Core/DBM-Core.lua @@ -82,9 +82,9 @@ local function currentFullDate() end DBM = { - Revision = parseCurseDate("20231228003740"), - DisplayVersion = "10.1.10 alpha", -- the string that is shown as version - ReleaseRevision = releaseDate(2023, 12, 26) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day + Revision = parseCurseDate("20231228004652"), + DisplayVersion = "10.1.10", -- the string that is shown as version + ReleaseRevision = releaseDate(2023, 12, 28) -- the date of the latest stable version that is available, optionally pass hours, minutes, and seconds for multiple releases in one day } local fakeBWVersion = 7558 diff --git a/DBM-Core/DBM-Core.toc b/DBM-Core/DBM-Core.toc index 90048da7..da66a79f 100644 --- a/DBM-Core/DBM-Core.toc +++ b/DBM-Core/DBM-Core.toc @@ -17,7 +17,7 @@ ## LoadOnDemand: 0 ## DefaultState: enabled ## Author: Barsoom, Bunny67, Zidras, DBM-Frostmourne contributors, original DBM team -## Version: 10.1.10_alpha +## Version: 10.1.10 ## X-Website: https://github.com/Zidras/DBM-Warmane/ compat.lua diff --git a/DBM-GUI/DBM-GUI.toc b/DBM-GUI/DBM-GUI.toc index cb394e29..bbae1152 100755 --- a/DBM-GUI/DBM-GUI.toc +++ b/DBM-GUI/DBM-GUI.toc @@ -21,7 +21,7 @@ ## LoadOnDemand: 1 ## DefaultState: enabled ## Author: MysticalOS, QartemisT -## Version: 10.1.10_alpha +## Version: 10.1.10 localization.en.lua localization.de.lua diff --git a/DBM-StatusBarTimers/DBM-StatusBarTimers.toc b/DBM-StatusBarTimers/DBM-StatusBarTimers.toc index 6d82af5f..dcbce78d 100755 --- a/DBM-StatusBarTimers/DBM-StatusBarTimers.toc +++ b/DBM-StatusBarTimers/DBM-StatusBarTimers.toc @@ -18,7 +18,7 @@ ## LoadOnDemand: 0 ## DefaultState: enabled ## Author: MysticalOS, QartemisT -## Version: 10.1.10_alpha +## Version: 10.1.10 ## X-Website: https://deadlybossmods.com DBT.lua