Skip to content

Commit 1e7229b

Browse files
committed
1.1.0 Release
1 parent 07ed296 commit 1e7229b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/fr/themsou/main/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public class Main extends Application {
2525

2626
public static String dataFolder = System.getProperty("user.home") + File.separator + ".PDF4Teachers" + File.separator;
2727
public static final String VERSION_CODE = "010100";
28-
public static final String VERSION = "Snapshot 1.1.0";
29-
public static final boolean DEBUG = true;
28+
public static final String VERSION = "1.1.0";
29+
public static final boolean DEBUG = false;
3030

3131
public static boolean firstLaunch;
3232
public static final Rectangle2D SCREEN_BOUNDS = Screen.getPrimary().getBounds();

0 commit comments

Comments
 (0)