Skip to content

Commit

Permalink
3.1.9: Update to Spigot 1.21.1 and add backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCollaert committed Aug 14, 2024
1 parent 3fb9b62 commit 2229c64
Show file tree
Hide file tree
Showing 2 changed files with 3 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.backtobedrock</groupId>
<artifactId>Rewardslite</artifactId>
<version>3.1.8</version>
<version>3.1.9</version>
<packaging>jar</packaging>

<name>RewardsLite</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public enum MinecraftVersion {
v1_17("1_17", 9),
v1_18("1_18", 10),
v1_19("1_19", 11),
v1_20("1_20", 12);
v1_20("1_20", 12),
v1_21("1_21", 13);

private final int order;
private final String key;
Expand Down

0 comments on commit 2229c64

Please sign in to comment.