Bump version for release
This commit is contained in:
parent
5ec70cb1fe
commit
90c2e76e44
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import org.apache.commons.io.IOUtils;
|
|||
|
||||
public class LauncherConstants {
|
||||
public static final int VERSION_FORMAT = 21;
|
||||
public static final String VERSION_STRING = "1.0.0";
|
||||
public static final String VERSION_STRING = "1.0.1";
|
||||
public static final int PROFILES_FORMAT = 1;
|
||||
public static final URI URL_REGISTER = LauncherConstants.constantURI("https://account.mojang.com/register");
|
||||
public static final String URL_JAR_FALLBACK = "https://s3.amazonaws.com/Minecraft.Download/";
|
||||
|
|
Loading…
Reference in a new issue