From 3ae967381af5b8265b092de587b91bc11e0343eb Mon Sep 17 00:00:00 2001 From: Gurky <90982783+Gurky-Kronos@users.noreply.github.com> Date: Wed, 23 Mar 2022 19:05:00 -0400 Subject: [PATCH] Version 1.0.2 Version 1.0.2 --- Core/AtlasLoot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 6d93933..740261e 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -69,7 +69,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot"); --Establish version number and compatible version of Atlas local VERSION_MAJOR = "1"; local VERSION_MINOR = "0"; -local VERSION_BOSSES = "1"; +local VERSION_BOSSES = "2"; ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r"; ATLASLOOT_CURRENT_ATLAS = "1.12.0"; ATLASLOOT_PREVIEW_ATLAS = "1.12.1";