Skip to content

Commit

Permalink
1.0.8: Velocity b426+ support
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNugget committed Sep 3, 2024
1 parent 53c8442 commit 0c7f4f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.8
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

setGroup("net.elytrium")
setVersion("1.0.7")
setVersion("1.0.8")

java {
setSourceCompatibility(JavaVersion.VERSION_17)
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation("net.elytrium.commons:kyori:1.3.0")
implementation("net.elytrium.commons:velocity:1.3.0")
implementation("net.elytrium.commons:utils:1.3.0")
implementation("net.elytrium:fastprepare:1.0.10")
implementation("net.elytrium:fastprepare:1.0.11")
implementation("net.elytrium:serializer:1.1.1")
implementation('it.unimi.dsi:fastutil-core:8.5.11')
compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")
Expand Down

0 comments on commit 0c7f4f9

Please sign in to comment.