Skip to content

Commit 6614c00

Browse files
committed
[ci skip] Bumped versions to 3.2.5 and 0.2.7
1 parent d588b1d commit 6614c00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

per-worlds/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks.compileJava {
2121
}
2222

2323
group = "net.thenextlvl.worlds"
24-
version = "0.2.6"
24+
version = "0.2.7"
2525

2626
repositories {
2727
mavenCentral()

worlds/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tasks.compileJava {
1919
}
2020

2121
group = "net.thenextlvl.worlds"
22-
version = "3.2.4"
22+
version = "3.2.5"
2323

2424
repositories {
2525
mavenCentral()
@@ -28,6 +28,7 @@ repositories {
2828
}
2929

3030
dependencies {
31+
// paperweight.paperDevBundle("1.21.8-R0.1-SNAPSHOT")
3132
paperweight.foliaDevBundle("1.21.6-R0.1-SNAPSHOT")
3233

3334
implementation(project(":worlds-api"))

0 commit comments

Comments
 (0)