Quantcast

Updated version to 1.1b8

Kevin Lyles [01-20-10 - 21:34]
Updated version to 1.1b8
Filename
WeightsWatcher.toc
config.lua
diff --git a/WeightsWatcher.toc b/WeightsWatcher.toc
index a8ba817..0489313 100644
--- a/WeightsWatcher.toc
+++ b/WeightsWatcher.toc
@@ -2,7 +2,7 @@
 ## Title: Weights Watcher
 ## Notes: Ranks gear according to customizable stat weights
 ## Author: The Flying Squirrels
-## Version: 1.1b7
+## Version: 1.1b8
 ## OptionalDeps: AtlasLoot
 ## SavedVariables: ww_vars
 ## SavedVariablesPerCharacter: ww_charVars
diff --git a/config.lua b/config.lua
index 8222059..e2463f3 100644
--- a/config.lua
+++ b/config.lua
@@ -25,7 +25,7 @@ function commandHandler(msg)
 			ww_weights:Show()
 		end
 	elseif msg == "version" then
-		print("WeightsWatcher version: 1.1b7")
+		print("WeightsWatcher version: 1.1b8")
 		print("  Account data version: " .. ww_vars.dataMajorVersion .. "." .. ww_vars.dataMinorVersion)
 		print("  Character data version: " .. ww_charVars.dataMajorVersion .. "." .. ww_charVars.dataMinorVersion)
 	else