Skip to content

Commit a7c07c4

Browse files
author
lukas81298
committed
Fixed compatability issues
1 parent 76a8813 commit a7c07c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.comphenix.packetwrapper</groupId>
66
<artifactId>PacketWrapper</artifactId>
7-
<version>1.20-2.2.0-SNAPSHOT</version>
7+
<version>1.20-2.2.1-SNAPSHOT</version>
88

99
<name>PacketWrapper</name>
1010

@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.comphenix.protocol</groupId>
8484
<artifactId>ProtocolLib</artifactId>
85-
<version>5.2.0-SNAPSHOT</version>
85+
<version>5.1.0-SNAPSHOT</version>
8686
<scope>provided</scope>
8787
<exclusions>
8888
<exclusion>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ main: com.comphenix.packetwrapper.PacketWrapper
44
description: Contains wrappers for each packet in Minecraft.
55
authors: [dmulloy2, Comphenix, lukas81298]
66
version: ${project.version}
7-
api-version: 1.20
7+
api-version: '1.20'
88

99
depend: [ProtocolLib]

0 commit comments

Comments
 (0)