Skip to content

Commit

Permalink
chore: Bumped version to 0.7.9b1-SNAPSHOT
Browse files Browse the repository at this point in the history
chore: Bumped packetevents to 2.5.0 stable
  • Loading branch information
LeeGodSRC committed Sep 21, 2024
1 parent e10e475 commit c06cf80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion framework/platforms/bukkit-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api(project(":mc-platform"))
api("net.kyori:adventure-platform-bukkit:4.3.4")
api("net.kyori:adventure-text-serializer-bungeecord:4.3.4")
api("com.github.retrooper:packetevents-spigot:2.5.0-SNAPSHOT") {
api("com.github.retrooper:packetevents-spigot:2.5.0") {
exclude(group = "net.kyori")
}
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT") {
Expand Down
2 changes: 1 addition & 1 deletion framework/platforms/mc-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api("net.kyori:adventure-text-serializer-gson-legacy-impl:4.17.0")
api("net.kyori:adventure-text-serializer-plain:4.17.0")

api("com.github.retrooper:packetevents-api:2.5.0-SNAPSHOT") {
api("com.github.retrooper:packetevents-api:2.5.0") {
exclude(group = "net.kyori")
}

Expand Down
2 changes: 1 addition & 1 deletion global.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 0.7.8b10-SNAPSHOT
version = 0.7.9b1-SNAPSHOT

0 comments on commit c06cf80

Please sign in to comment.