From 4620507918781a16fc0022f9348a27b45e694092 Mon Sep 17 00:00:00 2001 From: Konloch Date: Fri, 23 Jul 2021 09:47:45 -0700 Subject: [PATCH] Version Downgrade v2.11.0 will be introduced once v2.10.x is stable, hopefully v2.10.15 will be the last patch --- pom.xml | 2 +- .../bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 36b82ae05..786e46495 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ the.bytecode.club Bytecode-Viewer - 2.11.0 + 2.10.15 1.8 diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java b/src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java index 5f57ec250..70bf0250d 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java @@ -66,7 +66,8 @@ public class UpdateCheck implements Runnable //a list of all of the released versions of BCV public static final String[] versions = new String[] { - "2.11.0", + //"2.11.0", + //"2.10.15", "2.10.14", "2.10.13", "2.10.12",