From 16cb07a82756a8e6aec1b3ae8e560e7d2b795a65 Mon Sep 17 00:00:00 2001 From: timothymclane Date: Mon, 30 Oct 2017 21:44:56 -0500 Subject: [PATCH] Version bump to 1.2.0 --- FarmingParty.txt | 2 +- Settings.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FarmingParty.txt b/FarmingParty.txt index 3c5b70e..2c34336 100644 --- a/FarmingParty.txt +++ b/FarmingParty.txt @@ -1,7 +1,7 @@ ## Title: Farming Party ## Description: Displays the loot gathered by group members. Based upon Temeez's Group Loot. ## Author: Aldanga -## Version: 1.1.2 +## Version: 1.2.0 ## APIVersion: 100021 ## OptionalDependsOn: LibAddonMenu-2.0 ## SavedVariables: FarmingPartyMemberList_db FarmingPartySettings_db diff --git a/Settings.lua b/Settings.lua index 985aae3..216f430 100644 --- a/Settings.lua +++ b/Settings.lua @@ -1,5 +1,5 @@ local ADDON_NAME = "Farming Party" -local ADDON_VERSION = "1.1.2" +local ADDON_VERSION = "1.2.0" local LAM2 = LibStub("LibAddonMenu-2.0") if not LAM2 then return end