Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
DJayalath committed Jun 19, 2020
1 parent fbfba82 commit 31d8d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/imster/gui/MenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/* GUI view for top menu and JavaFX entry point */
public class MenuBar extends Application {

private static final String MAIN_WINDOW_TITLE = "ImSter v1.1.0";
private static final String MAIN_WINDOW_TITLE = "ImSter v1.1.1";

public static void initialise(String[] args) {
launch(args);
Expand Down

0 comments on commit 31d8d9c

Please sign in to comment.