Skip to content

Commit

Permalink
1.16.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Aug 11, 2020
1 parent 4e1e3fa commit e9ae513
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.andre601</groupId>
<artifactId>OneVersionRemake</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -23,14 +23,14 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.16-R0.3</version>
<version>1.16-R0.4-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.16-R0.3</version>
<version>1.16-R0.4-SNAPSHOT</version>
<type>javadoc</type>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* If, for example, ID 573 is used will {version} be changed to 1.15
*/
public enum Versions{
MC_1_16_2(751, "1.16.2"),
MC_1_16_1(736, "1.16.1"),
MC_1_16 (735, "1.16"),
MC_1_15_2(578, "1.15.2"),
Expand Down
1 change: 1 addition & 0 deletions wiki/Supported Protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The following list contains all supported protocols and what version String is r

| Protocol: | Displayed version: |
|:---------:|:------------------:|
| 751 | 1.16.2 |
| 736 | 1.16.1 |
| 735 | 1.16 |
| 578 | 1.15.2 |
Expand Down

0 comments on commit e9ae513

Please sign in to comment.