Skip to content

Commit 52fb5f4

Browse files
committed
Version changed to v2.2
1 parent f5b68b6 commit 52fb5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ee/ut/similaritydetector/ui/controllers/MenuBarController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private void changeLanguage(String langTag) {
184184
@FXML
185185
private void showAboutInfo() {
186186
ResourceBundle langBundle = ResourceBundle.getBundle("ee.ut.similaritydetector.language.menu_bar", UserPreferences.getInstance().getLocale());
187-
showAlert( langBundle.getString("app_name") + " v2.1",
187+
showAlert( langBundle.getString("app_name") + " v2.2",
188188
"Mikko Maran\n" + "2021",
189189
Alert.AlertType.INFORMATION);
190190
}

0 commit comments

Comments
 (0)