From 84d3b364542b0ec5dd479ec51a1bce106e3248e2 Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 21 Jul 2021 10:47:56 -0700 Subject: [PATCH 1/8] Fixed Versioning The downloader is still broken and seems to have issues with the entire v2.10.x line so any version prompt cannot happen till everyone is on v2.11.x or it will just be a remote error that also means the downloader needs to be fixed for v2.11.0 --- pom.xml | 7 +- .../club/bytecodeviewer/Constants.java | 6 + .../bytecodeviewer/util/VersionChecker.java | 218 +++++++++--------- 3 files changed, 116 insertions(+), 115 deletions(-) diff --git a/pom.xml b/pom.xml index 067bcac8..f39d5864 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ the.bytecode.club bytecodeviewer - 2.10.14 + 2.11.0 1.8 @@ -243,6 +243,11 @@ webp-imageio 0.2.1 + + de.skuzzle + semantic-version + 2.1.0 +