From f6539ee27bb16431bf76e85a86ba81b5c6d68fe9 Mon Sep 17 00:00:00 2001 From: Just2good Date: Sun, 11 Aug 2019 02:24:52 -0700 Subject: [PATCH] cn-ZH update --- MainWindow.xaml.cs | 2 +- README.md | 6 +++++- Utilities/Version.cs | 2 +- Version.cs | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index d4dc96f..590f109 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -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: August 1st, 2019 @ 8:06 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 11th, 2019 @ 2:06AM PDT", "About"); } private void MenuItem_Click_Credits(object sender, RoutedEventArgs e) diff --git a/README.md b/README.md index a33dd82..46a8d34 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TFT Overlay by J2GKaze (Discord: Jinsoku#4019) + # TFT Overlay by J2GKaze (Discord: Jinsoku#4019) [TFT Discord Server link](https://discord.gg/KHMCRJA) `7.14.2019 @ 2:56PM PST: Trying to add/fix multiple things at once seems to be slowing things down a bit. Once I finish everything I'm working on, I'll most likely stick to working on something 1 at a time. Also for people working on Localization, there are more strings you can copy from ItemStrings.xaml. @@ -20,6 +20,10 @@ - [Click Here for instructions](https://github.com/Just2good/TFT-Overlay/blob/master/Localization.md) ## Version History +- **8.01.2019** + - [2.0.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.5) + - Updated ch-ZN + - **8.01.2019** - [2.0.4](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.4) - Updated to 9.15 Hotfix #2 diff --git a/Utilities/Version.cs b/Utilities/Version.cs index 4579c6e..059bbe4 100644 --- a/Utilities/Version.cs +++ b/Utilities/Version.cs @@ -2,6 +2,6 @@ { class Version { - public static string version = "2.0.4"; + public static string version = "2.0.5"; } } diff --git a/Version.cs b/Version.cs index 3c019a7..abff2f8 100644 --- a/Version.cs +++ b/Version.cs @@ -2,6 +2,6 @@ { class Version { - public static string version = "2.0.4"; + public static string version = "2.0.5"; } }