Bump version for release

This commit is contained in:
BrightSkyz 2019-02-20 10:53:18 -05:00
parent 5ec70cb1fe
commit 90c2e76e44

View file

@ -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/";