Skip to content

Commit

Permalink
Update to 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emortaldev committed Dec 19, 2024
1 parent c81cdbb commit 8b1abfd
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 @@ -7,7 +7,7 @@ plugins {
alias(libs.plugins.resource.paper)
}

val developmentVersion = "1.1.3"
val developmentVersion = "1.2.0"

version = getVersion()
group = "live.minehub"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ adventure = "4.17.0"
paperweight = "1.7.2"
run = "2.3.1"
resource = "1.2.0"
minecraft = "1.21.3"
minecraft = "1.21.4"

[libraries]
zstd = { module = "com.github.luben:zstd-jni", version.ref = "zstd" }
Expand Down

0 comments on commit 8b1abfd

Please sign in to comment.