diff --git a/pom.xml b/pom.xml
index 0b2b0d0..9a406f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
NS-USBloader
ns-usbloader
- 0.2.1-SNAPSHOT
+ 0.2.2-SNAPSHOT
https://github.com/developersu/ns-usbloader/
@@ -48,24 +48,92 @@
GitHub
https://github.com/developer_su/${project.artifactId}/issues
-
+
org.openjfx
javafx-controls
11
+ linux
compile
org.openjfx
javafx-media
11
+ linux
compile
org.openjfx
javafx-fxml
11
+ linux
+ compile
+
+
+ org.openjfx
+ javafx-graphics
+ 11
+ linux
+ compile
+
+
+
+ org.openjfx
+ javafx-controls
+ 11
+ win
+ compile
+
+
+ org.openjfx
+ javafx-media
+ 11
+ win
+ compile
+
+
+ org.openjfx
+ javafx-fxml
+ 11
+ win
+ compile
+
+
+ org.openjfx
+ javafx-graphics
+ 11
+ win
+ compile
+
+
+
+ org.openjfx
+ javafx-controls
+ 11
+ mac
+ compile
+
+
+ org.openjfx
+ javafx-media
+ 11
+ mac
+ compile
+
+
+ org.openjfx
+ javafx-fxml
+ 11
+ mac
+ compile
+
+
+ org.openjfx
+ javafx-graphics
+ 11
+ mac
compile
diff --git a/src/main/java/nsusbloader/NSLMain.java b/src/main/java/nsusbloader/NSLMain.java
index 02ae98f..f0556e6 100644
--- a/src/main/java/nsusbloader/NSLMain.java
+++ b/src/main/java/nsusbloader/NSLMain.java
@@ -12,7 +12,7 @@ import java.util.Locale;
import java.util.ResourceBundle;
public class NSLMain extends Application {
- public static final String appVersion = "v0.2.1";
+ public static final String appVersion = "v0.2.2";
@Override
public void start(Stage primaryStage) throws Exception{
diff --git a/src/main/resources/NSLMain.fxml b/src/main/resources/NSLMain.fxml
index 5ef03a6..ae1ddba 100644
--- a/src/main/resources/NSLMain.fxml
+++ b/src/main/resources/NSLMain.fxml
@@ -17,7 +17,7 @@
-
+
diff --git a/src/main/resources/TableView.fxml b/src/main/resources/TableView.fxml
index 198ed60..27d96e1 100644
--- a/src/main/resources/TableView.fxml
+++ b/src/main/resources/TableView.fxml
@@ -4,7 +4,7 @@
-
+