diff --git a/Bejeweled/Bejeweled.lua b/Bejeweled/Bejeweled.lua index ce94d5d..22fb773 100644 --- a/Bejeweled/Bejeweled.lua +++ b/Bejeweled/Bejeweled.lua @@ -1,5 +1,5 @@ local Bejeweled = Bejeweled or {} -Bejeweled.version = "Version 7.1" +Bejeweled.version = "Version 7.1.5" Bejeweled.splashDisplayTime = 3 local t = "Interface\\AddOns\\Bejeweled" local l = "Interface\\AddOns\\Bejeweled\\images\\" @@ -381,7 +381,7 @@ BejeweledProfile = { ["showFlightTooltips"] = 1, ["defaultPublish"] = "GUILD" }, - ["version"] = 7.1, + ["version"] = 7.1.5, ["scoresUpdated"] = true, ["scoresPopup"] = true, ["scoreList"] = { @@ -3462,7 +3462,7 @@ function Bejeweled:UpdateSavedVariablesDatabase() local o = UnitName("player") if (BejeweledProfile) then if not BejeweledProfile.version then - BejeweledProfile.version = 7.1 + BejeweledProfile.version = 7.1.5 BejeweledProfile.scoresUpdated = nil BejeweledProfile.scoresPopup = nil BejeweledProfile.settings.defaultPublish = "GUILD"