diff --git a/pom.xml b/pom.xml index 36b82ae0..786e4649 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 5f57ec25..70bf0250 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",