Skip to content

Commit b11b176

Browse files
committed
v11.2.1
1 parent 2bb4773 commit b11b176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.cryptomorin</groupId>
88
<artifactId>XSeries</artifactId>
9-
<version>11.2.0.1</version>
9+
<version>11.2.1</version>
1010

1111
<name>XSeries</name>
1212
<description>A set of utilities for Minecraft plugins</description>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public static Integer getLatestPatchNumberOf(int minorVersion) {
246246
/* 18 */ 2,
247247
/* 19 */ 4,
248248
/* 20 */ 6,
249-
/* 21 */ 0,
249+
/* 21 */ 1,
250250
};
251251

252252
if (minorVersion > patches.length) return null;

0 commit comments

Comments
 (0)