Skip to content

Commit

Permalink
v1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed May 16, 2019
1 parent 08ddd2c commit 58b69be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## **Release v1.8.8 - 2019-05-16**
**Updated for Hearthstone 14.2.0.30795**
- Full support for the Dalaran Heist adventure will follow with a later update!


## **Release v1.8.7 - 2019-04-13**
**Fixes**:
- Fixed various interactions with Augmented Elekk.
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.7")]
[assembly: AssemblyFileVersion("1.8.7")]
[assembly: AssemblyVersion("1.8.8")]
[assembly: AssemblyFileVersion("1.8.8")]
[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.7.{build}
version: 1.8.8.{build}
pull_requests:
do_not_increment_build_number: true
branches:
Expand Down

0 comments on commit 58b69be

Please sign in to comment.