Skip to content

Commit

Permalink
5.9.2: Update to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 committed Aug 11, 2024
1 parent 1ea392b commit 5808cb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>uk.antiperson.stackmob</groupId>
<artifactId>StackMob</artifactId>
<version>5.9.1</version>
<version>5.9.2</version>

<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.21-R0.1-SNAPSHOT</version>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -147,7 +147,7 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.3.0-SNAPSHOT</version>
<version>7.4.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/uk/antiperson/stackmob/utils/Utilities.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ public enum MinecraftVersion {
V1_19_4("1.19.4"),
V1_20_4("1.20.4"),
V1_20_6("1.20.6"),
V1_21("1.21");
V1_21("1.21"),
V1_21_1("1.21.1");

final String internalName;

Expand Down

0 comments on commit 5808cb0

Please sign in to comment.