Skip to content

Commit d92ce8b

Browse files
authored
Bump to 2.19.4 dev (#4831)
1 parent 3348bd9 commit d92ce8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To add EssentialsX to your build system, you should use the following artifacts:
6666
| Type | Group ID | Artifact ID | Version |
6767
|:---------------|:----------------|:------------|:----------------|
6868
| Latest release | net.essentialsx | EssentialsX | 2.19.3 |
69-
| Snapshots | net.essentialsx | EssentialsX | 2.19.3-SNAPSHOT |
69+
| Snapshots | net.essentialsx | EssentialsX | 2.19.4-SNAPSHOT |
7070
| Older releases | net.ess3 | EssentialsX | 2.18.2 |
7171

7272
Note: up until `2.18.2`, EssentialsX used the `net.ess3` group ID, but starting with `2.19.0` snapshots, the group ID is now `net.essentialsx`.

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"
6+
version = "2.19.4-dev"
77

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

0 commit comments

Comments
 (0)