Skip to content

Commit

Permalink
v1.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Dec 13, 2018
1 parent 6e19ce0 commit 5016ee8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## __Release v1.7.14 - 2018-12-13__

__New__:
- Added support for Rumble Run.

__Fixes__:
- Fixed an issue where Freezing Trap and Bear Trap would sometimes be incorrectly greyed out.


## __Release v1.7.13 - 2018-11-29__
__Updated for Rastakhan's Rumble__

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.7.13")]
[assembly: AssemblyFileVersion("1.7.13")]
[assembly: AssemblyVersion("1.7.14")]
[assembly: AssemblyFileVersion("1.7.14")]
[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.7.13.{build}
version: 1.7.14.{build}
pull_requests:
do_not_increment_build_number: true
branches:
Expand Down

0 comments on commit 5016ee8

Please sign in to comment.