Skip to content

Commit

Permalink
Release Popii Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-setia committed Sep 18, 2020
1 parent 1641af7 commit f7b6cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/duke/Ui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void start(Stage stage) {
Scene scene = new Scene(ap);
stage.setScene(scene);
fxmlLoader.<MainWindow>getController().setDuke(duke);
stage.setTitle("Popii | Your Personal Task Manager | V0.1");
stage.setTitle("Popii | Your Personal Task Manager | V0.2");
stage.getIcons().add(applicationIcon);
stage.show();
fxmlLoader.<MainWindow>getController().showGreetingMessage();
Expand Down

0 comments on commit f7b6cd8

Please sign in to comment.