mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-22 23:10:52 +01:00
Updated Version Number. Scrap 2.5, start 3.0.
This commit is contained in:
parent
1bb8719cab
commit
ae137945f3
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.eu.habbo</groupId>
|
||||
<artifactId>Habbo</artifactId>
|
||||
<version>2.5.0</version>
|
||||
<version>3.0.0</version>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -35,8 +35,8 @@ public final class Emulator {
|
||||
private static final String OS_NAME = System.getProperty("os.name");
|
||||
private static final String CLASS_PATH = System.getProperty("java.class.path");
|
||||
|
||||
public final static int MAJOR = 2;
|
||||
public final static int MINOR = 5;
|
||||
public final static int MAJOR = 3;
|
||||
public final static int MINOR = 0;
|
||||
public final static int BUILD = 0;
|
||||
public final static String PREVIEW = "Beta 1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user