Quantcast

Version numbering updated

BillLive [01-31-16 - 00:20]
Version numbering updated
Signed-off-by: BillLive <bill@live.com.au>
Filename
Change_log.txt
Elementarist.lua
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")