Skip to content

Commit

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

## [2.7.0] - 2018-07-01
### Changed
- Arkadius' Trade Tools price queries to use the tooltip date range setting instead of the price from the last 30 days

## [2.6.0] - 2018-05-26
### Changed
- API version for Summerset chapter
Expand Down
2 changes: 1 addition & 1 deletion FarmingParty.txt
Original file line number Diff line number Diff line change
@@ -1,7 +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
## Version: 2.7.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.6.0"
local ADDON_VERSION = "2.7.0"

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

0 comments on commit cf8c54a

Please sign in to comment.