Skip to content

Commit ab8a831

Browse files
committed
Release version 0.7.0
- Fix BungeeCord LocalServerChannel compatibility via IoHandler delegation - Fix Spigot/Paper handshake packet creation for Java 21 + modern versions - Fix Velocity event loop integration with LocalSession - Update Netty to 4.2.3.Final - Add LocalSession.setPlatformEventLoopGroup() hook - Implement ConnectIoHandlerWrapper for BungeeCord
1 parent 1fec242 commit ab8a831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "com.minekube.connect"
9-
version = "0.5.0"
9+
version = "0.7.0"
1010
description =
1111
"Connects the server/proxy to the global Connect network to reach more players while also supporting online mode server, bungee or velocity mode. Visit https://minekube.com/connect"
1212
}

0 commit comments

Comments
 (0)