Skip to content

Commit fc3f0f4

Browse files
committed
1.0.3 Release
1 parent 927b040 commit fc3f0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class Main extends Application {
5959
public static HostServices hostServices;
6060

6161
public static String dataFolder = System.getProperty("user.home") + File.separator + ".PDF4Teachers" + File.separator;
62-
public static final String VERSION = "snapshot 1.0.3";
62+
public static final String VERSION = "1.0.3";
6363

6464
Thread userDataSaver = new Thread(new Runnable() {
6565
@Override public void run() {

0 commit comments

Comments
 (0)