Skip to content

Release 2.21.1 #6127

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To add EssentialsX to your build system, you should use the following artifacts:

| Type | Group ID | Artifact ID | Version |
|:---------------|:------------------|:--------------|:------------------|
| Latest release | `net.essentialsx` | `EssentialsX` | `2.21.0` |
| Latest release | `net.essentialsx` | `EssentialsX` | `2.21.1` |
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.21.1-SNAPSHOT` |
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |

Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/constants.kt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const val RUN_PAPER_MINECRAFT_VERSION = "1.21.4"
const val RUN_PAPER_MINECRAFT_VERSION = "1.21.5"
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = "net.essentialsx"
version = "2.21.1-SNAPSHOT"
version = "2.21.1"

project.ext {
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()
Expand Down
Loading