Merge pull request #48 from duckietm/dev

🆙 Bump to Version 4.1.0
This commit is contained in:
DuckieTM
2026-03-25 12:46:58 +01:00
committed by GitHub
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -14,3 +14,4 @@ config.ini
.DS_Store
/Emulator/plugins
/Emulator/.idea
+1 -1
View File
@@ -6,7 +6,7 @@
<groupId>com.eu.habbo</groupId>
<artifactId>Habbo</artifactId>
<version>4.0.5</version>
<version>4.1.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -39,8 +39,8 @@ 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 = 4;
public final static int MINOR = 0;
public final static int BUILD = 5;
public final static int MINOR = 1;
public final static int BUILD = 0;
public final static String PREVIEW = "";
public static final String version = "Arcturus Morningstar" + " " + MAJOR + "." + MINOR + "." + BUILD + " " + PREVIEW;