Skip to content

Commit

Permalink
v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy McLane committed Feb 3, 2019
1 parent 0b8e32d commit 33bf2b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
- Nothing at this time

## [2.10.0] - 2019-02-03
### Added
- LibPrice integration. You must install this lib manually.
### Changed
- API version for Wrathstone DLC

## [2.9.0] - 2018-08-13
### Added
- Addon terms from ZOS
Expand Down Expand Up @@ -72,6 +78,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Serious (usually silent) bug/performance issue which occurred when a member looted an item

[2.9.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.9.0...release%2Fv2.10.0
[2.9.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.8.0...release%2Fv2.9.0
[2.8.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.7.0...release%2Fv2.8.0
[2.7.0]: https://github.com/timothymclane/farming-party/compare/release%2Fv2.6.0...release%2Fv2.7.0
Expand Down
2 changes: 1 addition & 1 deletion FarmingParty.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Title: Farming Party
## Description: Displays the loot gathered by group members. Originally based upon Temeez's Group Loot.
## Author: Aldanga
## Version: 2.9.0
## Version: 2.10.0
## APIVersion: 100026
## DependsOn: LibPrice
## OptionalDependsOn: LibAddonMenu-2.0
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.9.0"
local ADDON_VERSION = "2.10.0"

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

0 comments on commit 33bf2b8

Please sign in to comment.