Fix capitalization on version path

Now that I can test it with the working path :)
This commit is contained in:
Kaphotics 2016-08-30 21:14:54 -07:00
parent 14b4bfb2f4
commit 29a562cdc7

View file

@ -211,7 +211,7 @@ namespace PKHeX
private static string WC6DatabasePath => Path.Combine(WorkingDirectory, "wc6");
private static string BackupPath => Path.Combine(WorkingDirectory, "bak");
private static string ThreadPath => @"https://projectpokemon.org/forums/showthread.php?36986";
private static string VersionPath => @"https://raw.githubusercontent.com/kwsch/PKHeX/master/PKHeX/Resources/Text/version.txt";
private static string VersionPath => @"https://raw.githubusercontent.com/kwsch/PKHeX/master/PKHeX/Resources/text/version.txt";
#endregion