Skip to content

Commit

Permalink
Bump to 2.19.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Dec 15, 2021
1 parent 91f4493 commit bcb0fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -26,7 +26,7 @@ EssentialsX is almost a completely drop-in replacement for Essentials. However,

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

* **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**
* **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.**


Support
Expand Down Expand Up @@ -65,7 +65,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.19.1 |
| Latest release | net.essentialsx | EssentialsX | 2.19.2 |
| Snapshots | net.essentialsx | EssentialsX | 2.19.2-SNAPSHOT |
| Older releases | net.ess3 | EssentialsX | 2.18.2 |

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -3,7 +3,7 @@ plugins {
}

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

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

2 comments on commit bcb0fb5

@G4B2
Copy link

@G4B2 G4B2 commented on bcb0fb5 Dec 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[16:17:36 WARN]: [Essentials] Impossible de vérifier votre version ! S'agit-il d'une version auto-générée ? Informations de la build : id:'2.19.2' branch:'2.x' isDev:false.

@G4B2
Copy link

@G4B2 G4B2 commented on bcb0fb5 Dec 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

paper 1.18.1-76

[16:17:36 WARN]: [Essentials] Impossible de vérifier votre version ! S'agit-il d'une version auto-générée ? Informations de la build : id:'2.19.2' branch:'2.x' isDev:false.

Please sign in to comment.