This commit is contained in:
NoM0Re
2025-09-14 20:42:51 +02:00
parent 348bcce594
commit 6b4787d32b
26 changed files with 61 additions and 79 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
local versionString = "5.20.3 Beta"
local versionString = "5.20.4 Beta"
-- Year, Month, Day, Hour, Minute, Seconds
local buildTime = "2025".."09".."13".."18".."00".."00"
local buildTime = "2025".."09".."14".."20".."43".."00"
local isAwesomeEnabled = C_VoiceChat and C_VoiceChat.SpeakText and 2 -- TTS available
or C_NamePlate and C_NamePlate.GetNamePlateForUnit and 1 -- Nameplates available
or false