From 1204acaa82c5ed4b13588b25ee80dd9f5a44b49b Mon Sep 17 00:00:00 2001 From: Philipp Wagner Date: Mon, 7 Sep 2026 22:22:35 +0200 Subject: [PATCH] Code Version 1.50 --- pom.xml | 2 +- src/main/java/kst4contest/ApplicationConstants.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f1d0b923..a572d3a6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.x08 praktiKST - 1.44.0-nightly + 1.50.0-nightly praktiKST diff --git a/src/main/java/kst4contest/ApplicationConstants.java b/src/main/java/kst4contest/ApplicationConstants.java index d6bfc128..d5a81214 100644 --- a/src/main/java/kst4contest/ApplicationConstants.java +++ b/src/main/java/kst4contest/ApplicationConstants.java @@ -20,14 +20,14 @@ public class ApplicationConstants { /** * Version shown to the user and used for semantic version comparison. */ - public static final String APPLICATION_CURRENT_VERSION = "1.44.0"; + public static final String APPLICATION_CURRENT_VERSION = "1.50.0"; /** * Legacy numeric representation used only while older update feeds and * application versions still exist. */ @Deprecated - public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.44; + public static final double APPLICATION_CURRENTVERSIONNUMBER = 1.50; public static final String VERSIONINFOURLFORUPDATES_KST4CONTEST = "https://kst4contest.hamradioonline.de/kst4ContestVersionInfo.xml"; public static final String VERSIONINFDOWNLOADEDLOCALFILE = "kst4ContestVersionInfo.xml";