From 07d65b83be8eb459cb683a6d3a258ad202e2640f Mon Sep 17 00:00:00 2001 From: Andre601 <11576465+Andre601@users.noreply.github.com> Date: Fri, 15 Jan 2021 17:19:17 +0100 Subject: [PATCH] Update displayed MC version --- .../andre601/oneversionremake/core/enums/ProtocolVersion.java | 2 +- wiki/Supported-Protocols.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java b/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java index 3929f29..5ca9f0a 100644 --- a/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java +++ b/core/src/main/java/com/andre601/oneversionremake/core/enums/ProtocolVersion.java @@ -23,7 +23,7 @@ import java.util.stream.Collectors; public enum ProtocolVersion{ - MC_1_16_4(754, "1.16.4", "1.16.x"), + MC_1_16_4(754, "1.16.5", "1.16.x"), MC_1_16_3(753, "1.16.3", "1.16.x"), MC_1_16_2(751, "1.16.2", "1.16.x"), MC_1_16_1(736, "1.16.1", "1.16.x"), diff --git a/wiki/Supported-Protocols.md b/wiki/Supported-Protocols.md index e7742ac..912c2fb 100644 --- a/wiki/Supported-Protocols.md +++ b/wiki/Supported-Protocols.md @@ -5,7 +5,7 @@ The following list contains all supported protocols and what version String is r | Protocol: | Displayed version: | |:---------:|:------------------:| -| 754 | 1.16.4 | +| 754 | 1.16.5 | | 753 | 1.16.3 | | 751 | 1.16.2 | | 736 | 1.16.1 |