Quantcast

Updated interface version to reflect 3.3 compatibility

Kevin Lyles [12-04-09 - 19:23]
Updated interface version to reflect 3.3 compatibility
Version bump
Filename
WeightsWatcher.toc
config.lua
diff --git a/WeightsWatcher.toc b/WeightsWatcher.toc
index c2b3e62..f8f13fe 100644
--- a/WeightsWatcher.toc
+++ b/WeightsWatcher.toc
@@ -1,8 +1,8 @@
-## Interface: 30200
+## Interface: 30300
 ## Title: Weights Watcher
 ## Notes: Ranks gear according to customizable stat weights
 ## Author: The Flying Squirrels
-## Version: 1.0b1
+## Version: 1.0b2
 ## SavedVariables: ww_vars
 ## SavedVariablesPerCharacter: ww_charVars
 ## X-Category: Interface Enhancements
diff --git a/config.lua b/config.lua
index e8b338c..bcf9a6a 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.0b1")
+		print("WeightsWatcher version: 1.0b2")
 		print("  Account data version: " .. ww_vars.dataMajorVersion .. "." .. ww_vars.dataMinorVersion)
 		print("  Character data version: " .. ww_charVars.dataMajorVersion .. "." .. ww_charVars.dataMinorVersion)
 	else