Skip to content

Commit e836747

Browse files
authored
Prepare for 2.21.2 dev builds (#6128)
1 parent 3d28d82 commit e836747

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
@@ -77,7 +77,7 @@ To add EssentialsX to your build system, you should use the following artifacts:
7777
| Type | Group ID | Artifact ID | Version |
7878
|:---------------|:------------------|:--------------|:------------------|
7979
| Latest release | `net.essentialsx` | `EssentialsX` | `2.21.1` |
80-
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.21.1-SNAPSHOT` |
80+
| Snapshots | `net.essentialsx` | `EssentialsX` | `2.21.2-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.21.1"
6+
version = "2.21.2-SNAPSHOT"
77

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

0 commit comments

Comments
 (0)