Skip to content

Commit

Permalink
v11.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoMorin committed Aug 15, 2024
1 parent 2bb4773 commit b11b176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>11.2.0.1</version>
<version>11.2.1</version>

<name>XSeries</name>
<description>A set of utilities for Minecraft plugins</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public static Integer getLatestPatchNumberOf(int minorVersion) {
/* 18 */ 2,
/* 19 */ 4,
/* 20 */ 6,
/* 21 */ 0,
/* 21 */ 1,
};

if (minorVersion > patches.length) return null;
Expand Down

0 comments on commit b11b176

Please sign in to comment.