update to 0.3.0

* updated jfoenix 9.0.8 -> 9.0.9
This commit is contained in:
Jannik 2019-06-28 17:32:25 +02:00
parent a6b1ce7f72
commit f584eef9b7
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<dependency>
<groupId>com.jfoenix</groupId>
<artifactId>jfoenix</artifactId>
<version>9.0.8</version>
<version>9.0.9</version>
</dependency>
<dependency>

View File

@ -190,8 +190,8 @@ public class MainWindowController {
private String selectedGameTitleID;
private String selectedGameTitle;
private String id;
private String version = "0.3.2";
private String buildNumber = "087";
private String version = "0.3.3";
private String buildNumber = "089";
private String versionName = "Purple Comet";
private int selectedUIDataIndex;
private int selected;