Add 1.11.1 support

This commit is contained in:
Pokechu22 2016-12-20 16:50:18 -08:00
parent 4b2fd4ccb1
commit bc0a11d55b
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,7 @@ namespace MinecraftClient
public const string Version = "1.11.0 DEV";
public const string MCLowestVersion = "1.4.6";
public const string MCHighestVersion = "1.11.0";
public const string MCHighestVersion = "1.11.1";
private static Thread offlinePrompt = null;
private static bool useMcVersionOnce = false;