Skip to content

Commit

Permalink
Fixed converter, changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLmao committed Jan 7, 2019
1 parent b809cd4 commit 2c8e162
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ArtifactAPI.MatchHistory/ArtifactAPI.MatchHistory.csproj
Expand Up @@ -70,6 +70,7 @@
<Compile Include="Converters\GauntletTypeToVisibilityConverter.cs" />
<Compile Include="Converters\MatchModeToDisplayNameConverter.cs" />
<Compile Include="Converters\ModeToVisibilityConverter.cs" />
<Compile Include="Converters\ObjectToDisplayNameConverter.cs" />
<Compile Include="Converters\OutcomeToColorConverter.cs" />
<Compile Include="Converters\SecondsToTimeFormatSeconds.cs" />
<Compile Include="Converters\TimeToDisplayConverter.cs" />
Expand Down
2 changes: 1 addition & 1 deletion ArtifactAPI.MatchHistory/MainWindow.xaml.cs
Expand Up @@ -17,7 +17,7 @@ public partial class MainWindow : Window
private ArtifactClient m_client = null;
private List<Match> m_matches = null;

private static string VERSION = "v0.4";
private static string VERSION = "v0.5";

public MainWindow()
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
<img src="https://img.shields.io/badge/twitter-JoshLmao-blue.svg?style=flat-square.svg"/>
</a>
<a href="https://github.com/JoshLmao/ArtifactAPI.MatchHistory/releases">
<img src="https://img.shields.io/badge/release-v0.4-green.svg?style=flat-square.svg"/>
<img src="https://img.shields.io/badge/release-v0.5-green.svg?style=flat-square.svg"/>
</a>
</p>

Expand Down

0 comments on commit 2c8e162

Please sign in to comment.