From ef1eeeed361171108233c94ae3fe336a4f1668a5 Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Wed, 8 Jul 2026 21:27:30 +0200 Subject: [PATCH] Bump version to 1.42 now that v1.41.1 hotfix is tagged and released --- pom.xml | 2 +- src/main/java/kst4contest/ApplicationConstants.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0a4a1b3..58441d3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.x08 praktiKST - 1.41.1-nightly + 1.42.0-nightly praktiKST diff --git a/src/main/java/kst4contest/ApplicationConstants.java b/src/main/java/kst4contest/ApplicationConstants.java index 34483e1..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.411; + 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";