From 2f690c6389d203a338b604029e8b07cd2d6aaa35 Mon Sep 17 00:00:00 2001 From: Rob Date: Thu, 13 Jan 2022 09:33:35 -0500 Subject: [PATCH] Releasing 1.0.15 Updated version numbers, API number, etc. for The Deadlands release. --- DungeonChampions/DungeonChampions.lua | 6 +++--- DungeonChampions/DungeonChampions.txt | 6 +++--- DungeonChampions/DungeonChampionsData.lua | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DungeonChampions/DungeonChampions.lua b/DungeonChampions/DungeonChampions.lua index ce4df48..96bae85 100644 --- a/DungeonChampions/DungeonChampions.lua +++ b/DungeonChampions/DungeonChampions.lua @@ -1,8 +1,8 @@ ------------------------------------------------------------------------------- --- Dungeon Champions v1.0.14 +-- Dungeon Champions v1.0.15 ------------------------------------------------------------------------------- -- --- Updated by @Gadget's 2021 +-- Updated by @Gadget's 2021, 2022 -- -- Update and Changing for Dungeon Champions by Scott123 2020 -- The Changes are in Copyright by MerlinGer @@ -38,7 +38,7 @@ local LMP = LibMapPins --Local constants ------------------------------------------------------------- local ADDON_NAME = "DungeonChampions" -local ADDON_VERSION = "1.0.12" +local ADDON_VERSION = "1.0.15" local PINS_UNKNOWN = "DCSMapPin_unknown" local PINS_COLLECTED = "DCSMapPin_collected" local PINS_COMPASS_UNKNOWN = "DCSCompassPin_unknown" diff --git a/DungeonChampions/DungeonChampions.txt b/DungeonChampions/DungeonChampions.txt index a09e021..a8c6da4 100644 --- a/DungeonChampions/DungeonChampions.txt +++ b/DungeonChampions/DungeonChampions.txt @@ -1,8 +1,8 @@ -## Title: |cEFEBBEDungeon Champions|r 1.0.14 +## Title: |cEFEBBEDungeon Champions|r 1.0.15 ## Description: This addon displays World Map pins for dungeon champions. -## Version: 1.0.14 +## Version: 1.0.15 ## Author: |Gadget's| & |cEFEBBEScott123|r & |MerlinGer|r -## APIVersion: 101031 +## APIVersion: 101032 ## SavedVariables: DCS_SavedVariables ## DependsOn: LibAddonMenu-2.0>=30 LibMapPins-1.0>=10029 CustomCompassPins>=31 diff --git a/DungeonChampions/DungeonChampionsData.lua b/DungeonChampions/DungeonChampionsData.lua index 1140520..0619c0b 100644 --- a/DungeonChampions/DungeonChampionsData.lua +++ b/DungeonChampions/DungeonChampionsData.lua @@ -1,8 +1,8 @@ ------------------------------------------------------------------------------- --- Dungeon Champions Data v1.0.14 +-- Dungeon Champions Data v1.0.15 ------------------------------------------------------------------------------- -- --- Updated by @Gadget's 2021 +-- Updated by @Gadget's 2021, 2022 -- -- Update and Changing for Dungeon Champions by Scott123 2020 -- The Changes are in Copyright by MerlinGer