release 129/0.5.2 "solidify cow"

This commit is contained in:
Jannik
2017-07-10 11:27:33 +02:00
parent 8283620620
commit a77ed0b8e2
20 changed files with 129 additions and 6 deletions

View File

@ -632,4 +632,3 @@ public class DBController {
}
}

View File

@ -192,9 +192,9 @@ public class MainWindowController {
private boolean autoUpdate = false;
static boolean firststart = false;
private int hashA = -2055934614;
private String version = "0.5.1";
private String version = "0.5.2";
private String buildNumber = "129";
private String versionName = "plasma cow";
private String versionName = "solidify cow";
private File dirWin = new File(System.getProperty("user.home") + "/Documents/HomeFlix");
private File dirLinux = new File(System.getProperty("user.home") + "/HomeFlix");
private File fileWin = new File(dirWin + "/config.xml");