Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Commit

Permalink
0.7.3: fix flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
judge2020 committed Aug 7, 2017
1 parent 9aa5b06 commit 59c0462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public string Author
get { return "Vasilev Konstantin & the Community"; }
}

public static readonly Version PluginVersion = new Version(0, 7, 2);
public static readonly Version PluginVersion = new Version(0, 7, 3);

public Version Version
{
Expand Down
4 changes: 2 additions & 2 deletions Hearthstone Collection Tracker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.7.2.0")]
[assembly: AssemblyFileVersion("0.7.2.0")]
[assembly: AssemblyVersion("0.7.3.0")]
[assembly: AssemblyFileVersion("0.7.3.0")]

0 comments on commit 59c0462

Please sign in to comment.