Skip to content

Commit

Permalink
v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Apr 14, 2019
1 parent 13955ae commit 08ddd2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## **Release v1.8.7 - 2019-04-13**
**Fixes**:
- Fixed various interactions with Augmented Elekk.
- Fixed an issue where Never surrender would be greyed out with no minions on the board.


## **Release v1.8.6 - 2019-04-11**
**Fixes**:
- Fixed an issue where an incorrect list of secrets would be displayed in Arena.
Expand Down
4 changes: 2 additions & 2 deletions Hearthstone Deck Tracker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.8.6")]
[assembly: AssemblyFileVersion("1.8.6")]
[assembly: AssemblyVersion("1.8.7")]
[assembly: AssemblyFileVersion("1.8.7")]
[assembly: NeutralResourcesLanguage("en")]

[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.8.6.{build}
version: 1.8.7.{build}
pull_requests:
do_not_increment_build_number: true
branches:
Expand Down

0 comments on commit 08ddd2c

Please sign in to comment.