Skip to content

Commit

Permalink
PhatLoots v5.6.5
Browse files Browse the repository at this point in the history
- Add ChestOpenEvent (#56)
  • Loading branch information
Redned235 committed Aug 1, 2024
1 parent dbacf5d commit 633d1b9
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 @@ -9,7 +9,7 @@ plugins {
val supportedVersions = listOf("1.20", "1.20.1", "1.20.2", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21")

group = "com.codisimus.plugins"
version = "5.6.4"
version = "5.6.5"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down Expand Up @@ -87,4 +87,4 @@ modrinth {
changelog.set(System.getenv("CHANGELOG") ?: "")
uploadFile.set(tasks.shadowJar)
gameVersions.set(supportedVersions)
}
}

0 comments on commit 633d1b9

Please sign in to comment.