From a052d50ee0fa8daf98713a2c724cce9ab03cd6bc Mon Sep 17 00:00:00 2001 From: Nighthawk Date: Wed, 18 Jan 2017 23:28:03 -0500 Subject: [PATCH] Quick 7.1.5 update Again, nothing major. Just version increment changes here. --- Bejeweled/Bejeweled.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"