Skip to content

Commit

Permalink
V2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Just2good committed Aug 2, 2019
1 parent 1839010 commit 7aff43f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private void MenuItem_Click(object sender, RoutedEventArgs e)

private void MenuItem_Click_About(object sender, RoutedEventArgs e)
{
MessageBox.Show("TFT Information Overlay V" + CurrentVersion + " by J2GKaze/Jinsoku#4019\n\nDM me on Discord if you have any questions\n\nLast Updated: July 28th, 2019 @ 10:04 PST", "About");
MessageBox.Show("TFT Information Overlay V" + CurrentVersion + " by J2GKaze/Jinsoku#4019\n\nDM me on Discord if you have any questions\n\nLast Updated: August 1st, 2019 @ 8:06 PST", "About");
}

private void MenuItem_Click_Credits(object sender, RoutedEventArgs e)
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
- [Click Here for instructions](https://github.com/Just2good/TFT-Overlay/blob/master/Localization.md)

## Version History
- **8.01.2019**
- [2.0.4](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.4)
- Updated to 9.15 Hotfix #2
- Added tooltip to Combined items in Item Builder
- Added Icon to app

- **7.28.2019**
- [2.0.3](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.3)
- Added + - effects
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
class Version
{
public static string version = "2.0.3";
public static string version = "2.0.4";
}
}
2 changes: 1 addition & 1 deletion Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
class Version
{
public static string version = "2.0.3";
public static string version = "2.0.4";
}
}

0 comments on commit 7aff43f

Please sign in to comment.