Skip to content

Commit

Permalink
Release 2.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy committed Aug 12, 2022
1 parent f379323 commit 8f7b7d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8f7b7d0

Please sign in to comment.