We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ed296 commit 1e7229bCopy full SHA for 1e7229b
src/main/java/fr/themsou/main/Main.java
@@ -25,8 +25,8 @@ public class Main extends Application {
25
26
public static String dataFolder = System.getProperty("user.home") + File.separator + ".PDF4Teachers" + File.separator;
27
public static final String VERSION_CODE = "010100";
28
- public static final String VERSION = "Snapshot 1.1.0";
29
- public static final boolean DEBUG = true;
+ public static final String VERSION = "1.1.0";
+ public static final boolean DEBUG = false;
30
31
public static boolean firstLaunch;
32
public static final Rectangle2D SCREEN_BOUNDS = Screen.getPrimary().getBounds();
0 commit comments