Release 2.19.5

This commit is contained in:
MD 2022-08-07 14:22:35 +01:00
parent 12c2a4f2b5
commit f2dde4154c
No known key found for this signature in database
GPG Key ID: 7458A1E1C8FB76B1
2 changed files with 2 additions and 2 deletions

View File

@ -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.19.4` |
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.5` |
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.5-SNAPSHOT` |
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |

View File

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