Java 9, updated a few libs
* cemu_UI targets now Java 9 * jfoenix 1.11.1 -> 9.0.1 * minimal-json 0.9.4 -> 0.9.5 * log4j 2.9.1 -> 2.10.0 * commons-io 2.5 -> 2.6 * jackson-core 2.9.2 -> 2.9.3 * javax.servlet-api 4.0.0-b01 -> 4.0.0
This commit is contained in:
@ -286,8 +286,8 @@ public class MainWindowController {
|
||||
private String selectedGameTitleID;
|
||||
private String selectedGameTitle;
|
||||
private String id;
|
||||
private String version = "0.2.3";
|
||||
private String buildNumber = "071";
|
||||
private String version = "0.3.0";
|
||||
private String buildNumber = "073";
|
||||
private String versionName = "Puzzle Plank Galaxy";
|
||||
private int xPos = -200;
|
||||
private int yPos = 17;
|
||||
|
Reference in New Issue
Block a user