From b86a34c909f12351aca817843340869da8a5ee03 Mon Sep 17 00:00:00 2001 From: Josh Roy <10731363+JRoy@users.noreply.github.com> Date: Wed, 1 Sep 2021 04:55:37 -0700 Subject: [PATCH] Prepare for 2.19.1 dev builds (#4505) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acf2963a2..58b0993e1 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,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.0 -| Snapshots | net.essentialsx | EssentialsX | 2.19.0-SNAPSHOT | +| Snapshots | net.essentialsx | EssentialsX | 2.19.1-SNAPSHOT | | Older releases | net.ess3 | EssentialsX | 2.18.2 | 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`. diff --git a/build.gradle b/build.gradle index 2a4155bef..12ecf990c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = "net.essentialsx" -version = "2.19.0" +version = "2.19.1-SNAPSHOT" project.ext { GIT_COMMIT = !indraGit.isPresent() ? "unknown" : indraGit.commit().abbreviate(7).name()