Skip to content

Commit

Permalink
v1.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Jun 18, 2019
1 parent 8665b40 commit b745076
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.12 - 2019-06-18**
**Fixes**:
- Fixed a couple of minor issues causing more information to be revealed than intended.


## **Release v1.8.11 - 2019-06-03**
**Updated for Hearthstone 14.4.0.31268**

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

0 comments on commit b745076

Please sign in to comment.