Skip to content

Commit 840c829

Browse files
authored
Add version information for 1.19.2
Add version information for 1.19.2
1 parent fc07ffb commit 840c829

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Protocolize is shipped with it's default data module which adds support for the
5656
|--|--|
5757
| 1.8.x - 1.12.2 | ❌ (Only with [additional legacy module](https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/)) |
5858
| 1.13 - 1.13.2 | ✔️ (Sounds only with [additional legacy module](https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/)) |
59-
| 1.14 - 1.19.1 | ✔️ |
59+
| 1.14 - 1.19.2 | ✔️ |
6060

6161
Implemented packets by default:
6262

protocolize-api/src/main/java/dev/simplix/protocolize/api/util/ProtocolVersions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ public final class ProtocolVersions {
4242
public final static int MINECRAFT_1_18_2 = 758;
4343
public final static int MINECRAFT_1_19 = 759;
4444
public final static int MINECRAFT_1_19_1 = 760;
45+
public final static int MINECRAFT_1_19_2 = MINECRAFT_1_19_1;
4546

4647

47-
public final static int MINECRAFT_LATEST = MINECRAFT_1_19_1;
48+
public final static int MINECRAFT_LATEST = MINECRAFT_1_19_2;
4849

4950
private ProtocolVersions() {
5051
}

0 commit comments

Comments
 (0)