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

Commit

Permalink
fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian authored and judge2020 committed Apr 9, 2017
1 parent 8aa490b commit c645ae3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Compile Include="Internal\DataUpdaters\DataUpdaterV04.cs" />
<Compile Include="Internal\DataUpdaters\DataUpdaterV05.cs" />
<Compile Include="Internal\DataUpdaters\DataUpdaterV051.cs" />
<Compile Include="Internal\DataUpdaters\DataUpdaterV069.cs" />
<Compile Include="Internal\DataUpdaters\DataUpdaterV071.cs" />
<Compile Include="Internal\DataUpdaters\DataUpdaterV041.cs" />
<Compile Include="Internal\DataUpdaters\DefaultDataUpdater.cs" />
<Compile Include="Internal\DataUpdaters\IDataUpdater.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public string Author
get { return "Vasilev Konstantin & the Community"; }
}

public static readonly Version PluginVersion = new Version(0, 6, 9);
public static readonly Version PluginVersion = new Version(0, 7, 1);

public Version Version
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

namespace Hearthstone_Collection_Tracker.Internal.DataUpdaters
{
class DataUpdaterV069 : IDataUpdater
class DataUpdaterV071 : IDataUpdater
{
private static readonly Version _version = new Version(0, 6, 9);
private static readonly Version _version = new Version(0, 7, 1);

public Version Version
{
Expand Down

0 comments on commit c645ae3

Please sign in to comment.