From 87b7c9add54c36ae1922b8ea2f3878ff8495b664 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Fri, 18 Dec 2009 15:38:24 -0600 Subject: [PATCH] Updated version to 1.1b4 --- WeightsWatcher.toc | 2 +- config.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WeightsWatcher.toc b/WeightsWatcher.toc index 4db8483..6f5fa85 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.1b3 +## Version: 1.1b4 ## OptionalDeps: AtlasLoot ## SavedVariables: ww_vars ## SavedVariablesPerCharacter: ww_charVars diff --git a/config.lua b/config.lua index dcc8bb9..7e580b0 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.1b3") + print("WeightsWatcher version: 1.1b4") 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