Skip to content

Commit 661a015

Browse files
committed
v13.5.0
1 parent 46ad2da commit 661a015

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/java/com/cryptomorin/xseries/reflection/XReflection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public final class XReflection {
161161
* The current version of XSeries. Mostly used for the {@link com.cryptomorin.xseries.profiles.builder.XSkull} API.
162162
*/
163163
@ApiStatus.Internal
164-
public static final String XSERIES_VERSION = "13.4.0";
164+
public static final String XSERIES_VERSION = "13.5.0";
165165

166166
/**
167167
* System property ({@link System#getProperty(String)}) used to disable Minecraft capabilities

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</modules>
4444

4545
<properties>
46-
<revision>13.4.0</revision>
46+
<revision>13.5.0</revision>
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4949
<maven.deploy.skip>true</maven.deploy.skip> <!-- Override this in core module -->

0 commit comments

Comments
 (0)