Skip to content

Commit

Permalink
Adds 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toxicity188 committed Aug 10, 2024
1 parent 00eb6ca commit 04420f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/src/main/java/kr/toxicity/hud/api/BetterHud.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public abstract class BetterHud extends JavaPlugin {

public static final String DEFAULT_NAMESPACE = "betterhud";
public static final String ADVENTURE_VERSION = "4.17.0";
public static final String PLATFORM_VERSION = "4.3.3";
public static final String PLATFORM_VERSION = "4.3.4";
public static final String EXAMINATION_VERSION = "1.3.0";

@Override
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {
id("org.jetbrains.dokka") version("1.9.20")
}

val minecraft = "1.21"
val folia = "1.20.6" // TODO bumps version to 1.21
val minecraft = "1.21.1"
val folia = "1.20.6" // TODO bumps version to 1.21.1
val adventure = "4.17.0"
val platform = "4.3.3"
val platform = "4.3.4"
val targetJavaVersion = 21

val legacyNmsVersion = listOf(
Expand Down
2 changes: 1 addition & 1 deletion nms/v1_21_R1/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
}

0 comments on commit 04420f6

Please sign in to comment.