Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit 26468ed

Browse files
Bump version
1 parent 8817ad8 commit 26468ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ In case your platform has compression, you can call the **CompressionReorderEven
8787
```java
8888
channel.pipeline().fireUserEventTriggered(new CompressionReorderEvent());
8989
```
90-
In order for ViaLoadingBase to find the compression handler in the pipeline, there is a String[] in the **NettyConstants** class that has **decompress, compress** by default. you can modify this field
90+
ViaLoadingBase will use the provided handler names in the VLB Pipeline in order to do that.
9191

9292
### For a mcp based implementation you can have a look at the code in [ViaForge](https://github.com/FlorianMichael/ViaForge)
9393

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id "net.kyori.blossom" version "1.2.0"
44
}
55

6-
version = "4.4.6"
6+
version = "4.4.7"
77

88
repositories {
99
maven {

0 commit comments

Comments
 (0)