v0.6.1 minor fixes after adding Chinese language.

This commit is contained in:
Dmitry Isaenko 2019-08-29 23:35:23 +03:00
parent 3e7ab22444
commit 96e639350b
5 changed files with 50 additions and 49 deletions

View file

@ -12,7 +12,7 @@ import java.util.Locale;
import java.util.ResourceBundle;
public class NSLMain extends Application {
public static final String appVersion = "v0.6";
public static final String appVersion = "v0.6.1";
@Override
public void start(Stage primaryStage) throws Exception{
FXMLLoader loader = new FXMLLoader(getClass().getResource("/NSLMain.fxml"));