Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymclane committed May 26, 2018
1 parent 3432360 commit be4bf97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
- Nothing at this time

## [2.6.0] - 2018-05-26
### Changed
- API version for Summerset chapter

## [2.5.0] - 2018-04-07
### Added
- Exclusion options for gear and motifs from looted items
- Options to exclude gear and motifs from looted items
- Option for minimum item quality for looted items
### Fixed
- Some verbiage issues
Expand Down
1 change: 1 addition & 0 deletions FarmingParty.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Title: Farming Party
## Description: Displays the loot gathered by group members. Originally based upon Temeez's Group Loot.
## Author: Aldanga
## Version: 2.6.0
## APIVersion: 100023
## OptionalDependsOn: LibAddonMenu-2.0
## SavedVariables: FarmingPartyMemberList_db FarmingPartySettings_db
Expand Down
2 changes: 1 addition & 1 deletion Settings.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local ADDON_NAME = "Farming Party"
local ADDON_VERSION = "2.5.0"
local ADDON_VERSION = "2.6.0"

local LAM2 = LibStub("LibAddonMenu-2.0")
if not LAM2 then return end
Expand Down

0 comments on commit be4bf97

Please sign in to comment.