From b74299416da694e470e4424119f4080f2105aaad Mon Sep 17 00:00:00 2001 From: Nico Kimmel Date: Wed, 13 Jul 2022 21:50:09 +0200 Subject: [PATCH] Incremented addon version to 1.9.3 --- src/WizardsWardrobe.lua | 2 +- src/WizardsWardrobe.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WizardsWardrobe.lua b/src/WizardsWardrobe.lua index df0264c..ef97b7e 100644 --- a/src/WizardsWardrobe.lua +++ b/src/WizardsWardrobe.lua @@ -5,7 +5,7 @@ local WWQ = WW.queue WW.name = "WizardsWardrobe" WW.simpleName = "Wizard's Wardrobe" WW.displayName = "|c18bed8W|c26c2d1i|c35c6c9z|c43cac2a|c52cebar|c60d1b3d|c6fd5ab'|c7dd9a4s|c8cdd9d |c9ae195W|ca8e58ea|cb7e986r|cc5ed7fd|cd4f077r|ce2f470o|cf1f868b|cfffc61e|r" -WW.version = "1.9.2" +WW.version = "1.9.3" WW.zones = {} local cancelAnimation = false diff --git a/src/WizardsWardrobe.txt b/src/WizardsWardrobe.txt index 764da4a..3de9ede 100644 --- a/src/WizardsWardrobe.txt +++ b/src/WizardsWardrobe.txt @@ -1,6 +1,6 @@ ## Title: Wizard's Wardrobe ## Author: ownedbynico -## Version: 1.9.2 +## Version: 1.9.3 ## Description: Throw all your setups into the wardrobe and let the wizard equip them exactly when you need it. ## APIVersion: 101034 ## DependsOn: LibAddonMenu-2.0 LibChatMessage>=105