Skip to content

Commit

Permalink
Version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-agon committed Sep 11, 2020
1 parent 41febcf commit 0ef77c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/alterorb/launcher/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class Launcher {

public static final String BASE_URL = "https://static.alterorb.net/launcher/v2/";
public static final String VERSION = "2.0";
public static final String VERSION = "2.1";

private static final String BASE_GAME_CONFIG_URL = BASE_URL + "config/";
private static final JsonAdapter<AlterorbGame> GAME_CONFIG_JSON_ADAPTER = new Moshi.Builder()
Expand Down

0 comments on commit 0ef77c1

Please sign in to comment.