Skip to content

Commit bcb0fb5

Browse files
committed
Bump to 2.19.2 release
1 parent 91f4493 commit bcb0fb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ EssentialsX is almost a completely drop-in replacement for Essentials. However,
2626

2727
* **EssentialsX requires Java 8 or higher.** On older versions, the plugin may not work properly.
2828

29-
* **EssentialsX supports Minecraft versions 1.8.8, 1.9.4, 1.10.2, 1.11.2, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, and 1.18.1**
29+
* **EssentialsX supports Minecraft versions 1.8.8, 1.9.4, 1.10.2, 1.11.2, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.5, 1.17.1, and 1.18.1.**
3030

3131

3232
Support
@@ -65,7 +65,7 @@ To add EssentialsX to your build system, you should use the following artifacts:
6565

6666
| Type | Group ID | Artifact ID | Version |
6767
|:---------------|:----------------|:------------|:----------------|
68-
| Latest release | net.essentialsx | EssentialsX | 2.19.1 |
68+
| Latest release | net.essentialsx | EssentialsX | 2.19.2 |
6969
| Snapshots | net.essentialsx | EssentialsX | 2.19.2-SNAPSHOT |
7070
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
7171

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

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

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

0 commit comments

Comments
 (0)