version
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
## Notes: Shows possible loot from dungeon bosses and other sources.
|
## Notes: Shows possible loot from dungeon bosses and other sources.
|
||||||
## Author: Shagu (pfUI update code), Lexie (Turtle WoW fixes/updates), Otari (overhaul/revamp, menu changes, bugfixes/updates)
|
## Author: Shagu (pfUI update code), Lexie (Turtle WoW fixes/updates), Otari (overhaul/revamp, menu changes, bugfixes/updates)
|
||||||
## LegacyAuthor: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons)
|
## LegacyAuthor: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons)
|
||||||
## Version: 3.0.4
|
## Version: 3.0.5
|
||||||
## SavedVariables: AtlasLoot_updateavailable
|
## SavedVariables: AtlasLoot_updateavailable
|
||||||
## SavedVariablesPerCharacter: AtlasLootCharDB
|
## SavedVariablesPerCharacter: AtlasLootCharDB
|
||||||
## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare
|
## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare
|
||||||
|
|||||||
+1
-1
@@ -79,7 +79,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
|||||||
--Establish version number and compatible version of Atlas
|
--Establish version number and compatible version of Atlas
|
||||||
local VERSION_MAJOR = "3";
|
local VERSION_MAJOR = "3";
|
||||||
local VERSION_MINOR = "0";
|
local VERSION_MINOR = "0";
|
||||||
local VERSION_BOSSES = "4";
|
local VERSION_BOSSES = "5";
|
||||||
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
|
ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r";
|
||||||
ATLASLOOT_CURRENT_ATLAS = "1.13.4";
|
ATLASLOOT_CURRENT_ATLAS = "1.13.4";
|
||||||
ATLASLOOT_PREVIEW_ATLAS = "1.13.3";
|
ATLASLOOT_PREVIEW_ATLAS = "1.13.3";
|
||||||
|
|||||||
Reference in New Issue
Block a user