Skip to content

Commit 2ac458c

Browse files
committed
Update version
1 parent 04021e7 commit 2ac458c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
}
2323

2424
group = "net.TylerS1066.Beaming"
25-
version = "2.0.0_beta-1_gradle+dev-1"
25+
version = "2.0.0_beta-2"
2626
description = "Beaming"
2727
java.toolchain.languageVersion = JavaLanguageVersion.of(21)
2828

@@ -70,7 +70,7 @@ hangarPublish {
7070
platforms {
7171
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
7272
jar.set(tasks.jar.flatMap { it.archiveFile })
73-
platformVersions.set(listOf("1.20.6-1.21.1"))
73+
platformVersions.set(listOf("1.20.6-1.21.4"))
7474
dependencies {
7575
hangar("Movecraft") {
7676
required.set(true)

0 commit comments

Comments
 (0)