From 6b7fb02ff0eca0ddcb0c6a9b12f2b51056df78e0 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Mon, 23 Sep 2024 11:48:20 +0300 Subject: [PATCH] revert version --- AtlasLoot.toc | 2 +- Core/AtlasLoot.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AtlasLoot.toc b/AtlasLoot.toc index 0ba0bdf..84fe604 100644 --- a/AtlasLoot.toc +++ b/AtlasLoot.toc @@ -2,7 +2,7 @@ ## Title: AtlasLoot TW Edition ## Notes: Shows the possible loot from the bosses ## Author: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons), |cff5BCEFAL|cffF5A9B8e|cffFFFFFFx|cffF5A9B8i|cff5BCEFAe|r -## Version: 1.2.6 +## Version: 1.1.3 ## SavedVariables: AtlasLoot_updateavailable ## SavedVariablesPerCharacter: AtlasLootCharDB ## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index a23c33f..4da37a6 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -68,8 +68,8 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot"); --Establish version number and compatible version of Atlas local VERSION_MAJOR = "1"; -local VERSION_MINOR = "2"; -local VERSION_BOSSES = "6"; +local VERSION_MINOR = "1"; +local VERSION_BOSSES = "3"; 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";