Version Downgrade

v2.11.0 will be introduced once v2.10.x is stable, hopefully v2.10.15 will be the last patch
This commit is contained in:
Konloch 2021-07-23 09:47:45 -07:00
parent 2583c95248
commit 4620507918
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<groupId>the.bytecode.club</groupId> <groupId>the.bytecode.club</groupId>
<artifactId>Bytecode-Viewer</artifactId> <artifactId>Bytecode-Viewer</artifactId>
<version>2.11.0</version> <version>2.10.15</version>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>

View file

@ -66,7 +66,8 @@ public class UpdateCheck implements Runnable
//a list of all of the released versions of BCV //a list of all of the released versions of BCV
public static final String[] versions = new String[] public static final String[] versions = new String[]
{ {
"2.11.0", //"2.11.0",
//"2.10.15",
"2.10.14", "2.10.14",
"2.10.13", "2.10.13",
"2.10.12", "2.10.12",