We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aec05 commit 698c6d9Copy full SHA for 698c6d9
src/main/java/fr/themsou/main/AboutWindow.java
@@ -64,7 +64,7 @@ private void setupUi(VBox root){
64
name.setFont(new Font(23));
65
name.setAlignment(Pos.CENTER);
66
67
- Label version = new Label("version 1.0.0");
+ Label version = new Label("version 1.0.1");
68
version.setFont(new Font(15));
69
version.setAlignment(Pos.CENTER);
70
0 commit comments