Skip to content

Commit

Permalink
Update displayed MC version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Jan 15, 2021
1 parent c338d30 commit 07d65b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion wiki/Supported-Protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 07d65b8

Please sign in to comment.