Release 2.19.6

This commit is contained in:
Josh Roy 2022-08-12 16:59:48 -04:00
parent f379323d7a
commit 8f7b7d0a5f
No known key found for this signature in database
GPG Key ID: 86A69D08540BC29A
2 changed files with 3 additions and 3 deletions

View File

@ -76,8 +76,8 @@ 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.5` |
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.5-SNAPSHOT` |
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.6` |
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.6-SNAPSHOT` |
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |
Note: until version `2.18.2`, EssentialsX used the `net.ess3` group ID.

View File

@ -3,7 +3,7 @@ plugins {
}
group = "net.essentialsx"
version = "2.19.5"
version = "2.19.6"
project.ext {
GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()