Skip to content

Commit 05ce11f

Browse files
committed
Bump to 2.19.3 dev
1 parent bcb0fb5 commit 05ce11f

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
@@ -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.2 |
69-
| Snapshots | net.essentialsx | EssentialsX | 2.19.2-SNAPSHOT |
69+
| Snapshots | net.essentialsx | EssentialsX | 2.19.3-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.2"
6+
version = "2.19.3-SNAPSHOT"
77

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

0 commit comments

Comments
 (0)