We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2583c95 commit 4620507Copy full SHA for 4620507
2 files changed
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>the.bytecode.club</groupId>
5
<artifactId>Bytecode-Viewer</artifactId>
6
- <version>2.11.0</version>
+ <version>2.10.15</version>
7
8
<properties>
9
<java.version>1.8</java.version>
src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java
@@ -66,7 +66,8 @@ public class UpdateCheck implements Runnable
66
//a list of all of the released versions of BCV
67
public static final String[] versions = new String[]
68
{
69
- "2.11.0",
+ //"2.11.0",
70
+ //"2.10.15",
71
"2.10.14",
72
"2.10.13",
73
"2.10.12",
0 commit comments