Skip to content

Commit

Permalink
Changed version number to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkomaran committed Apr 12, 2021
1 parent 8e3cea5 commit f325ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ targetCompatibility = 11

description = 'Source code similarity detector'
group = 'ee.ut.similaritydetector'
version = '1.0.0'
version = '2.0.0'

compileJava.options.encoding = 'UTF-8'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private void changeLanguage(String langTag) {
@FXML
private void showAboutInfo() {
ResourceBundle langBundle = ResourceBundle.getBundle("ee.ut.similaritydetector.language.menu_bar", UserPreferences.getInstance().getLocale());
showAlert( langBundle.getString("app_name") + " v1.0",
showAlert( langBundle.getString("app_name") + " v2.0",
"Mikko Maran\n" + "2021",
Alert.AlertType.INFORMATION);
}
Expand Down

0 comments on commit f325ae9

Please sign in to comment.