From ca0ec00aea48cdfc2117e89b1856e9ce19ea9afc Mon Sep 17 00:00:00 2001 From: Taracque Date: Wed, 30 Nov 2011 09:47:21 +0100 Subject: [PATCH] 4.3 Compatibililty. --- Change_log.txt | 3 +++ Elementarist.lua | 4 ++-- Elementarist.toc | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Change_log.txt b/Change_log.txt index 69f98e8..8d7aa42 100755 --- a/Change_log.txt +++ b/Change_log.txt @@ -1,3 +1,6 @@ +**v2.0.5** +* Change: 4.3 compatibility + **v2.0.4** * Change: 4.2 compatibility diff --git a/Elementarist.lua b/Elementarist.lua index dcf6aa4..f77e453 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- --- Elementarist 2.0.4 +-- Elementarist 2.0.5 -- -- Shows the advised spell for an elemental shaman for optimal DPS output. ------------------------------------------------------------------------------- @@ -8,7 +8,7 @@ Elementarist = {Locals = {}} local L = Elementarist.Locals -Elementarist.versionNumber = '2.0.4' +Elementarist.versionNumber = '2.0.5' Elementarist.playerName = UnitName("player") Elementarist.playerGUID = UnitGUID("player") Elementarist.targetGUID = nil diff --git a/Elementarist.toc b/Elementarist.toc index c7a5997..e8bd7a3 100755 --- a/Elementarist.toc +++ b/Elementarist.toc @@ -1,8 +1,8 @@ -## Interface: 40200 +## Interface: 40300 ## Title: Elementarist ## Notes: Elemental shaman spell rotation helper ## Author: Taracque, Felmosórongy of Arathor -## Version: 2.0.4 +## Version: 2.0.5 ## SavedVariables: ElementaristDB ## OptionalDeps: OmniCC, SpellFlash ## Dependencies: -- 1.7.9.5