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 2bb4773 commit b11b176Copy full SHA for b11b176
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.github.cryptomorin</groupId>
8
<artifactId>XSeries</artifactId>
9
- <version>11.2.0.1</version>
+ <version>11.2.1</version>
10
11
<name>XSeries</name>
12
<description>A set of utilities for Minecraft plugins</description>
src/main/java/com/cryptomorin/xseries/reflection/XReflection.java
@@ -246,7 +246,7 @@ public static Integer getLatestPatchNumberOf(int minorVersion) {
246
/* 18 */ 2,
247
/* 19 */ 4,
248
/* 20 */ 6,
249
- /* 21 */ 0,
+ /* 21 */ 1,
250
};
251
252
if (minorVersion > patches.length) return null;
0 commit comments