Skip to content

Commit

Permalink
Release 2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Mar 4, 2022
1 parent 1a55268 commit 3348bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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.2 |
| Latest release | net.essentialsx | EssentialsX | 2.19.3 |
| Snapshots | net.essentialsx | EssentialsX | 2.19.3-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.3-SNAPSHOT"
version = "2.19.3"

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

0 comments on commit 3348bd9

Please sign in to comment.