From 38ef50cee89cb9912c81be003f7344f1662117b9 Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Wed, 8 Jul 2026 19:13:29 +0200 Subject: [PATCH] Revert version bump to 1.42, set to 1.41.1 for upcoming hotfix --- 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 58441d3..0a4a1b3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.x08 praktiKST - 1.42.0-nightly + 1.41.1-nightly praktiKST diff --git a/src/main/java/kst4contest/ApplicationConstants.java b/src/main/java/kst4contest/ApplicationConstants.java index 5286e59..34483e1 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.42; + public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.411; public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://do5amf.funkerportal.de/kst4ContestVersionInfo.xml"; public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml";