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 927b040 commit fc3f0f4Copy full SHA for fc3f0f4
src/main/java/fr/themsou/main/Main.java
@@ -59,7 +59,7 @@ public class Main extends Application {
59
public static HostServices hostServices;
60
61
public static String dataFolder = System.getProperty("user.home") + File.separator + ".PDF4Teachers" + File.separator;
62
- public static final String VERSION = "snapshot 1.0.3";
+ public static final String VERSION = "1.0.3";
63
64
Thread userDataSaver = new Thread(new Runnable() {
65
@Override public void run() {
0 commit comments