Skip to content

Commit

Permalink
Bump plugins versions and use JavaFX 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Mar 2, 2019
1 parent ec420aa commit 644ea90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ build/
.nb-gradle/
app/.gradle/
scenicView.properties
.DS_Store
.DS_Store
.idea
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.5'
id 'org.beryx.jlink' version '2.2.1'
id 'org.openjfx.javafxplugin' version '0.0.7'
id 'org.beryx.jlink' version '2.6.5'
}

mainClassName = "org.scenicview.scenicview/org.scenicview.ScenicView"
group = 'org.scenic-view'
version = '11.0.1'
version = '11.0.2'

defaultTasks 'install'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/scenicview/view/ScenicViewGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class ScenicViewGui {
public static final String STYLESHEETS = ScenicViewGui.class.getResource("scenicview.css").toExternalForm();
public static final Image APP_ICON = DisplayUtils.getUIImage("mglass.png");

public static final String VERSION = "11.0.1";
public static final String VERSION = "11.0.2";

private final Thread shutdownHook = new Thread() {
@Override public void run() {
Expand Down

0 comments on commit 644ea90

Please sign in to comment.