Skip to content

Commit 3348bd9

Browse files
committed
Release 2.19.3
1 parent 1a55268 commit 3348bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To add EssentialsX to your build system, you should use the following artifacts:
6565

6666
| Type | Group ID | Artifact ID | Version |
6767
|:---------------|:----------------|:------------|:----------------|
68-
| Latest release | net.essentialsx | EssentialsX | 2.19.2 |
68+
| Latest release | net.essentialsx | EssentialsX | 2.19.3 |
6969
| Snapshots | net.essentialsx | EssentialsX | 2.19.3-SNAPSHOT |
7070
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
7171

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = "net.essentialsx"
6-
version = "2.19.3-SNAPSHOT"
6+
version = "2.19.3"
77

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

0 commit comments

Comments
 (0)