We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bc275 commit bc7794eCopy full SHA for bc7794e
README.md
@@ -34,7 +34,7 @@ Then, include the actual dependency
34
<dependency>
35
<groupId>com.comphenix.packetwrapper</groupId>
36
<artifactId>PacketWrapper</artifactId>
37
- <version>1.19.4-2.1.0</version>
+ <version>1.19.4-2.1.1</version>
38
<scope>provided</scope>
39
</dependency>
40
</dependencies>
@@ -60,7 +60,7 @@ Then add the actual dependency:
60
```
61
dependencies {
62
...
63
- compile 'com.comphenix.packetwrapper:PacketWrapper:1.19.4-2.1.0'
+ compile 'com.comphenix.packetwrapper:PacketWrapper:1.19.4-2.1.1'
64
}
65
66
0 commit comments