File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/ee/ut/similaritydetector/ui/controllers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ targetCompatibility = 11
1010
1111description = ' Source code similarity detector'
1212group = ' ee.ut.similaritydetector'
13- version = ' 1 .0.0'
13+ version = ' 2 .0.0'
1414
1515compileJava. options. encoding = ' UTF-8'
1616
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ private void changeLanguage(String langTag) {
183183 @ FXML
184184 private void showAboutInfo () {
185185 ResourceBundle langBundle = ResourceBundle .getBundle ("ee.ut.similaritydetector.language.menu_bar" , UserPreferences .getInstance ().getLocale ());
186- showAlert ( langBundle .getString ("app_name" ) + " v1 .0" ,
186+ showAlert ( langBundle .getString ("app_name" ) + " v2 .0" ,
187187 "Mikko Maran\n " + "2021" ,
188188 Alert .AlertType .INFORMATION );
189189 }
You can’t perform that action at this time.
0 commit comments