From e404de3d6a6ebb40302ef47ec7af93497ca1b9a5 Mon Sep 17 00:00:00 2001 From: Taracque Date: Fri, 4 Jan 2013 18:28:32 +0100 Subject: [PATCH] Fixed version number to 3.1 --- Change_log.txt | 4 ++++ Elementarist.lua | 4 ++-- Elementarist.toc | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Change_log.txt b/Change_log.txt index 82cfa25..b6d49f8 100755 --- a/Change_log.txt +++ b/Change_log.txt @@ -1,3 +1,7 @@ +**v3.1.0** +* Added: More resto function added, each talent has it's own config panel +* Fixed: Elemental rotation fixed to match Totemspot's description + **v3.0.2** * Change: Modular design, now contains some Restoration functions * Fixed: Spell flow frame visible if a mind controlled player is targeted, also remain visible while using a vehicle, which has no action bar diff --git a/Elementarist.lua b/Elementarist.lua index 90b98dc..0f038fb 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- --- Elementarist 3.0.2 +-- Elementarist 3.1.0 -- -- Shows the advised spell for an elemental shaman for optimal DPS output. ------------------------------------------------------------------------------- @@ -8,7 +8,7 @@ Elementarist = {Locals = {}} local L = Elementarist.Locals -Elementarist.versionNumber = '3.0.2' +Elementarist.versionNumber = '3.1.0' Elementarist.playerName = UnitName("player") Elementarist.playerGUID = UnitGUID("player") Elementarist.targetGUID = nil diff --git a/Elementarist.toc b/Elementarist.toc index bef8264..1e2ebc1 100755 --- a/Elementarist.toc +++ b/Elementarist.toc @@ -2,7 +2,7 @@ ## Title: Elementarist ## Notes: Elemental shaman spell rotation helper ## Author: Taracque, Felmosórongy of Arathor -## Version: 3.0.2 +## Version: 3.1.0 ## SavedVariables: ElementaristDB ## OptionalDeps: OmniCC, SpellFlash ## Dependencies: -- 1.7.9.5