From 1fefe753a1a775d61139620381daeda0097f42b9 Mon Sep 17 00:00:00 2001 From: BillLive Date: Sun, 31 Jan 2016 10:50:35 +1030 Subject: [PATCH] Version numbering updated Signed-off-by: BillLive --- Change_log.txt | 2 ++ Elementarist.lua | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Change_log.txt b/Change_log.txt index 11e7342..a86578f 100755 --- a/Change_log.txt +++ b/Change_log.txt @@ -1,3 +1,5 @@ +***v3.7.0 Code optimization and pre-release testing + ***V3.6.6 * Added: Options to prioritze spells to maximize buffs when applying Flameshock * Updated: How the array for each module loads the configuration option in configuration window diff --git a/Elementarist.lua b/Elementarist.lua index 2b01ab4..104c908 100755 --- a/Elementarist.lua +++ b/Elementarist.lua @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- --- Elementarist 3.6.2 Release +-- Elementarist 3.7.0 Release -- -- 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.6.2'; +Elementarist.versionNumber = '3.7.0'; Elementarist.enabled = true; Elementarist.playerName = UnitName("player") Elementarist.playerGUID = UnitGUID("player") -- 1.7.9.5