Skip to content

Commit f6539ee

Browse files
committed
cn-ZH update
1 parent 5ecb057 commit f6539ee

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private void MenuItem_Click(object sender, RoutedEventArgs e)
108108

109109
private void MenuItem_Click_About(object sender, RoutedEventArgs e)
110110
{
111-
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");
111+
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");
112112
}
113113

114114
private void MenuItem_Click_Credits(object sender, RoutedEventArgs e)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TFT Overlay by J2GKaze (Discord: Jinsoku#4019)
1+
# TFT Overlay by J2GKaze (Discord: Jinsoku#4019)
22
[TFT Discord Server link](https://discord.gg/KHMCRJA)
33

44
`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 @@
2020
- [Click Here for instructions](https://github.com/Just2good/TFT-Overlay/blob/master/Localization.md)
2121

2222
## Version History
23+
- **8.01.2019**
24+
- [2.0.5](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.5)
25+
- Updated ch-ZN
26+
2327
- **8.01.2019**
2428
- [2.0.4](https://github.com/Just2good/TFT-Overlay/releases/tag/V2.0.4)
2529
- Updated to 9.15 Hotfix #2

Utilities/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
class Version
44
{
5-
public static string version = "2.0.4";
5+
public static string version = "2.0.5";
66
}
77
}

Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{
33
class Version
44
{
5-
public static string version = "2.0.4";
5+
public static string version = "2.0.5";
66
}
77
}

0 commit comments

Comments
 (0)