Skip to content

Commit

Permalink
Add support for 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zrdzn committed Sep 15, 2024
1 parent b30234b commit 79ec4e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

allprojects {
group = "io.github.zrdzn.minecraft.lovelydrop"
version = "2.0.1-SNAPSHOT"
version = "2.0.3-SNAPSHOT"
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

implementation("dev.triumphteam:triumph-gui:3.1.10")

implementation("de.tr7zw:item-nbt-api:2.13.1")
implementation("de.tr7zw:item-nbt-api:2.13.2")
}

java {
Expand Down

0 comments on commit 79ec4e2

Please sign in to comment.