Skip to content

Commit fa38cc8

Browse files
committed
Release 7.5.6
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 9214356 commit fa38cc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Bukkit/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ repositories {
1515
name = "EssentialsX"
1616
url = uri("https://repo.essentialsx.net/releases/")
1717
}
18+
// To be removed when "adventure-platform-bukkit" cuts a new release of 4.4.1 or higher
1819
maven("https://central.sonatype.com/repository/maven-snapshots/") {
1920
content {
2021
includeGroup("net.kyori")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group = "com.intellectualsites.plotsquared"
23-
version = "7.5.6-SNAPSHOT"
23+
version = "7.5.6-Premium"
2424

2525
if (!File("$rootDir/.git").exists()) {
2626
logger.lifecycle("""

0 commit comments

Comments
 (0)