Skip to content

Commit 41add11

Browse files
committed
Update AboutInformation.java
1 parent 5c6dbda commit 41add11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/curie/micmaq/gui/AboutInformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public JPanel getMainPanel() {
6060
Font label2Font = this.$$$getFont$$$(null, Font.BOLD, 18, label2.getFont());
6161
if (label2Font != null) label2.setFont(label2Font);
6262
label2.setForeground(new Color(-1));
63-
label2.setText("version 1.14b (2025.10.20)");
63+
label2.setText("version 1.14c (2025.10.30)");
6464
panel2.add(label2, new com.intellij.uiDesigner.core.GridConstraints(0, 0, 1, 2, com.intellij.uiDesigner.core.GridConstraints.ANCHOR_CENTER, com.intellij.uiDesigner.core.GridConstraints.FILL_NONE, com.intellij.uiDesigner.core.GridConstraints.SIZEPOLICY_FIXED, com.intellij.uiDesigner.core.GridConstraints.SIZEPOLICY_FIXED, null, null, null, 0, false));
6565
final JLabel label3 = new JLabel();
6666
Font label3Font = this.$$$getFont$$$(null, Font.BOLD, 16, label3.getFont());

0 commit comments

Comments
 (0)