diff --git a/pom.xml b/pom.xml index ee824fe4..ec802d30 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.eu.habbo Habbo - 3.0.0 + 3.5.0 UTF-8 diff --git a/sqlupdates/3_0_0 to 3_0_1.sql b/sqlupdates/3_0_0 to 3_5_0.sql similarity index 100% rename from sqlupdates/3_0_0 to 3_0_1.sql rename to sqlupdates/3_0_0 to 3_5_0.sql diff --git a/src/main/java/com/eu/habbo/Emulator.java b/src/main/java/com/eu/habbo/Emulator.java index 91748e7f..f156150e 100644 --- a/src/main/java/com/eu/habbo/Emulator.java +++ b/src/main/java/com/eu/habbo/Emulator.java @@ -36,7 +36,7 @@ public final class Emulator { private static final String CLASS_PATH = (System.getProperty("java.class.path") != null ? System.getProperty("java.class.path") : "Unknown"); public final static int MAJOR = 3; - public final static int MINOR = 0; + public final static int MINOR = 5; public final static int BUILD = 0; public final static String PREVIEW = ""; @@ -115,7 +115,7 @@ public final class Emulator { System.out.println("Warning, this is a beta build, this means that there may be unintended consequences so make sure you take regular backups while using this build. If you notice any issues you should make an issue on the Krews Git."); promptEnterKey(); } - + LOGGER.info("eek. Has it really been a year?"); LOGGER.info("This project is for educational purposes only. This Emulator is an open-source fork of Arcturus created by TheGeneral."); LOGGER.info("Version: {}", version); LOGGER.info("Build: {}", build);