From 3fa31362aad158ccd14f868189fd66f3a0613bbf Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Fri, 4 Dec 2009 13:23:04 -0600 Subject: [PATCH] Updated interface version to reflect 3.3 compatibility Version bump --- WeightsWatcher.toc | 4 ++-- config.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.9.5