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:
parent
2583c95248
commit
4620507918
2 changed files with 3 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
|
||||
<groupId>the.bytecode.club</groupId>
|
||||
<artifactId>Bytecode-Viewer</artifactId>
|
||||
<version>2.11.0</version>
|
||||
<version>2.10.15</version>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue