Skip to content

Commit 8f7b7d0

Browse files
committed
Release 2.19.6
1 parent f379323 commit 8f7b7d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ To add EssentialsX to your build system, you should use the following artifacts:
7676

7777
| Type | Group ID | Artifact ID | Version |
7878
|:---------------|:------------------|:--------------|:------------------|
79-
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.5` |
80-
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.5-SNAPSHOT` |
79+
| Latest release | `net.essentialsx` | `EssentialsX` | `2.19.6` |
80+
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.19.6-SNAPSHOT` |
8181
| Older releases | `net.ess3` | `EssentialsX` | `2.18.2` |
8282

8383
Note: until version `2.18.2`, EssentialsX used the `net.ess3` group ID.

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.5"
6+
version = "2.19.6"
77

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

0 commit comments

Comments
 (0)