Skip to content

Commit 0c7f4f9

Browse files
committed
1.0.8: Velocity b426+ support
1 parent 53c8442 commit 0c7f4f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
setGroup("net.elytrium")
12-
setVersion("1.0.7")
12+
setVersion("1.0.8")
1313

1414
java {
1515
setSourceCompatibility(JavaVersion.VERSION_17)
@@ -41,7 +41,7 @@ dependencies {
4141
implementation("net.elytrium.commons:kyori:1.3.0")
4242
implementation("net.elytrium.commons:velocity:1.3.0")
4343
implementation("net.elytrium.commons:utils:1.3.0")
44-
implementation("net.elytrium:fastprepare:1.0.10")
44+
implementation("net.elytrium:fastprepare:1.0.11")
4545
implementation("net.elytrium:serializer:1.1.1")
4646
implementation('it.unimi.dsi:fastutil-core:8.5.11')
4747
compileOnly("com.velocitypowered:velocity-api:3.3.0-SNAPSHOT")

0 commit comments

Comments
 (0)