Skip to content

Commit 4620507

Browse files
committed
Version Downgrade
v2.11.0 will be introduced once v2.10.x is stable, hopefully v2.10.15 will be the last patch
1 parent 2583c95 commit 4620507

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>the.bytecode.club</groupId>
55
<artifactId>Bytecode-Viewer</artifactId>
6-
<version>2.11.0</version>
6+
<version>2.10.15</version>
77

88
<properties>
99
<java.version>1.8</java.version>

src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public class UpdateCheck implements Runnable
6666
//a list of all of the released versions of BCV
6767
public static final String[] versions = new String[]
6868
{
69-
"2.11.0",
69+
//"2.11.0",
70+
//"2.10.15",
7071
"2.10.14",
7172
"2.10.13",
7273
"2.10.12",

0 commit comments

Comments
 (0)