Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Aug 25, 2024
1 parent cad35d2 commit 3db8599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
}

group = "net.countercraft.movecraft.combat"
version = "2.0.0_beta-6_dev-1"
version = "2.0.0_beta-6"
description = "Movecraft-Combat"
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

Expand Down Expand Up @@ -69,7 +69,7 @@ hangarPublish {
platforms {
register(io.papermc.hangarpublishplugin.model.Platforms.PAPER) {
jar.set(tasks.jar.flatMap { it.archiveFile })
platformVersions.set(listOf("1.18.2-1.21"))
platformVersions.set(listOf("1.18.2-1.21.1"))
dependencies {
hangar("Movecraft") {
required.set(true)
Expand Down

0 comments on commit 3db8599

Please sign in to comment.