Skip to content

Commit

Permalink
SM
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed May 11, 2018
1 parent 9686896 commit fe63860
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.goxr3plus</groupId>
<artifactId>XR3Capture</artifactId>
<version>9.13.0</version>
<version>9.14.0</version>
<name>XR3Player</name>
<description>JavaFX Computer Screen Capture</description>
<url>https://github.com/goxr3plus/XR3Capture</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import javafx.stage.StageStyle;
import javafx.util.Duration;
import main.java.com.goxr3plus.xr3capture.application.CaptureWindow;
import main.java.com.goxr3plus.xr3capture.application.Main;
import main.java.com.goxr3plus.xr3capture.tools.ActionTool;
import main.java.com.goxr3plus.xr3capture.tools.NotificationType;
import main.java.com.goxr3plus.xr3capture.tools.SFileChooser;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import javafx.scene.layout.Region;
import javafx.scene.layout.StackPane;
import main.java.com.goxr3plus.xr3capture.application.CaptureWindow;
import main.java.com.goxr3plus.xr3capture.application.Main;

/**
* The Scene of the primary window of the application.
Expand Down

0 comments on commit fe63860

Please sign in to comment.