We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487de01 commit 45b242bCopy full SHA for 45b242b
core/src/main/java/net/lax1dude/eaglercraft/backend/server/base/EaglerXServerVersion.java
@@ -22,7 +22,7 @@ public class EaglerXServerVersion {
22
23
public static final String BRAND = "EaglercraftXServer";
24
public static final String AUTHOR = "lax1dude";
25
- public static final String VERSION = "1.0.4";
+ public static final String VERSION = "1.0.5";
26
27
public static final SemanticVersion UPDATE_VERSION = SemanticVersion.parse(VERSION);
28
gradle.properties
@@ -1,3 +1,3 @@
1
eaglerxserver.group=net.lax1dude.eaglercraft.backend
2
-eaglerxserver.version=1.0.4
+eaglerxserver.version=1.0.5
3
eaglerxserver.url=https://lax1dude.net/eaglerxserver/
0 commit comments