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 a454044 commit 6114994Copy full SHA for 6114994
src/main/java/fr/clementgre/pdf4teachers/Main.java
@@ -41,8 +41,9 @@ public class Main extends Application{
41
public static String dataFolder = System.getProperty("user.home") + File.separator + ".PDF4Teachers" + File.separator;
42
public static final String APP_NAME = "PDF4Teachers";
43
44
+ // Version IDs : 0: <=1.2.1 | 1: 1.3.0-pre1 | 2: 1.3.1
45
+ public static final int VERSION_ID = 2;
46
public static final String VERSION = "1.3.0";
- public static final int VERSION_ID = 1;
47
public static final boolean IS_PRE_RELEASE = false;
48
public static final boolean DEBUG = false;
49
public static final boolean COPY_CONSOLE = true;
0 commit comments