Skip to content

Commit e65d556

Browse files
committed
Bump versions
1 parent b098c40 commit e65d556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/net/lax1dude/eaglercraft/backend/server/base/EaglerXServerVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class EaglerXServerVersion {
2222

2323
public static final String BRAND = "EaglercraftXServer";
2424
public static final String AUTHOR = "lax1dude";
25-
public static final String VERSION = "1.0.6";
25+
public static final String VERSION = "1.0.7";
2626

2727
public static final SemanticVersion UPDATE_VERSION = SemanticVersion.parse(VERSION);
2828

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
eaglerxserver.group=net.lax1dude.eaglercraft.backend
2-
eaglerxserver.version=1.0.6
2+
eaglerxserver.version=1.0.7
33
eaglerxserver.url=https://lax1dude.net/eaglerxserver/

0 commit comments

Comments
 (0)