Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Fabricio20/HubBasics into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricio20 committed Nov 8, 2020
2 parents 19f99c1 + a93cca0 commit 02b822e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ public enum CraftBukkitVersion {

v1_15_X("1.15.x", 1.15, "v1_15_R1"),

v1_16_X("1.16.x", 1.16, "v1_16_R1", "v1_16_R2"),
v1_16_X("1.16.x", 1.16, "v1_16_R1", "v1_16_R2", "v1.16_R3"),
v1_16_1("1.16.1", 1.16, "v1_16_R1"),
v1_16_2("1.16.2", 1.16, "v1_16_R2");
v1_16_2("1.16.2", 1.16, "v1_16_R2"),
v1_16_3("1.16.3", 1.16, "v1_16_R2"),
v1_16_4("1.16.4", 1.16, "v1_16_R3");

private final String name;
private final double version;
Expand Down

0 comments on commit 02b822e

Please sign in to comment.