From b72b2a3c3a2f611e548505d261aff641183156a0 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Wed, 18 Jan 2023 16:50:12 +0100 Subject: [PATCH] update version + readme --- Gladdy.lua | 2 +- Gladdy.toc | 2 +- Gladdy_BCC.toc | 2 +- Gladdy_Wrath.toc | 4 ++-- README.md | 6 +++++- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Gladdy.lua b/Gladdy.lua index 7e03f32..933092f 100644 --- a/Gladdy.lua +++ b/Gladdy.lua @@ -31,7 +31,7 @@ local MAJOR, MINOR = "Gladdy", 11 local Gladdy = LibStub:NewLibrary(MAJOR, MINOR) local L Gladdy.version_major_num = 2 -Gladdy.version_minor_num = 0.22 +Gladdy.version_minor_num = 0.23 Gladdy.version_num = Gladdy.version_major_num + Gladdy.version_minor_num Gladdy.version_releaseType = RELEASE_TYPES.release Gladdy.version = PREFIX .. string.format("%.2f", Gladdy.version_num) .. "-" .. Gladdy.version_releaseType diff --git a/Gladdy.toc b/Gladdy.toc index da5209a..d60fd9a 100644 --- a/Gladdy.toc +++ b/Gladdy.toc @@ -1,5 +1,5 @@ ## Title: Gladdy |cFFFF0000 game client not supported|r -## Version: 2.22-Release +## Version: 2.23-Release ## Notes: The most powerful arena AddOn for WoW Classic TBC/WotLK ## Author: XiconQoo, DnB_Junkee, Knall ## X-Email: contact me on discord Knall#1751 diff --git a/Gladdy_BCC.toc b/Gladdy_BCC.toc index 599ff68..ad601c8 100644 --- a/Gladdy_BCC.toc +++ b/Gladdy_BCC.toc @@ -1,6 +1,6 @@ ## Interface: 20504 ## Title: Gladdy - TBC -## Version: 2.22-Release +## Version: 2.23-Release ## Notes: The most powerful arena AddOn for WoW 2.5.4 ## Author: XiconQoo, DnB_Junkee, Knall ## X-Email: contact me on discord Knall#1751 diff --git a/Gladdy_Wrath.toc b/Gladdy_Wrath.toc index 499ba6a..db1ddd0 100644 --- a/Gladdy_Wrath.toc +++ b/Gladdy_Wrath.toc @@ -1,6 +1,6 @@ -## Interface: 30400 +## Interface: 30401 ## Title: Gladdy - WotLK -## Version: 2.22-Release +## Version: 2.23-Release ## Notes: The most powerful arena AddOn for WoW 3.4.0 ## Author: XiconQoo, DnB_Junkee, Knall ## X-Email: contact me on discord Knall#1751 diff --git a/README.md b/README.md index 075ccd9..c2e11d7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -## [v2.22-Release Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v2.22-Release/Gladdy_Classic_v2.22-Release.zip) +## [v2.23-Release Download Here](https://github.com/XiconQoo/Gladdy-TBC/releases/download/v2.23-Release/Gladdy_Classic_v2.23-Release.zip) ###### Please consider donating if you like my work @@ -55,6 +55,7 @@ The goal is to make Gladdy highly configurable in it's appearance. Everything ca ## Contributors +- [XyzKangUI](https://github.com/XyzKangUI) - [ManneN1](https://github.com/ManneN1) - [AlexFolland](https://github.com/AlexFolland) - [dfherr](https://github.com/dfherr) @@ -79,6 +80,9 @@ Thank you! ### Changes +### v2.23-Release +- fix for WotLK v30401 (update libs + layers + masks) + ### v2.22-Release - fixed unwanted committed changes to LibCustomGlow