update to version 0.2.0 "Puzzle Plank Galaxy"

This commit is contained in:
Jannik 2017-10-24 21:07:49 +02:00
parent 0d46e818e1
commit 0f0f962d8c
2 changed files with 2 additions and 2 deletions

View File

@ -228,9 +228,9 @@ public class MainWindowController {
private String selectedGameTitleID;
private String selectedGameTitle;
private String id;
private String version = "0.1.7";
private String version = "0.2.0";
private String buildNumber = "043";
private String versionName = "Throwback Galaxy";
private String versionName = "Puzzle Plank Galaxy";
private int xPos = -200;
private int yPos = 17;
private int xPosHelper;