Skip to content

Commit 5db36cf

Browse files
committed
Release 2.21.1
1 parent 8455212 commit 5db36cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To add EssentialsX to your build system, you should use the following artifacts:
7676

7777
| Type | Group ID | Artifact ID | Version |
7878
|:---------------|:------------------|:--------------|:------------------|
79-
| Latest release | `net.essentialsx` | `EssentialsX` | `2.21.0` |
79+
| Latest release | `net.essentialsx` | `EssentialsX` | `2.21.1` |
8080
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.21.1-SNAPSHOT` |
8181
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |
8282

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const val RUN_PAPER_MINECRAFT_VERSION = "1.21.4"
1+
const val RUN_PAPER_MINECRAFT_VERSION = "1.21.5"

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = "net.essentialsx"
6-
version = "2.21.1-SNAPSHOT"
6+
version = "2.21.1"
77

88
project.ext {
99
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()

0 commit comments

Comments
 (0)