diff --git a/pom.xml b/pom.xml index b38a58e..58441d3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.x08 praktiKST - 1.41.0-nightly + 1.42.0-nightly praktiKST diff --git a/src/main/java/kst4contest/ApplicationConstants.java b/src/main/java/kst4contest/ApplicationConstants.java index 06405a4..5286e59 100644 --- a/src/main/java/kst4contest/ApplicationConstants.java +++ b/src/main/java/kst4contest/ApplicationConstants.java @@ -20,7 +20,7 @@ public class ApplicationConstants { /** * Name of file to store preferences in. */ - public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.41; + public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.42; public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://do5amf.funkerportal.de/kst4ContestVersionInfo.xml"; public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml";