Skip to content

Commit

Permalink
Prepare for release of 2.1.46
Browse files Browse the repository at this point in the history
- Added support for MC 1.19 snapshot 22w16b
  • Loading branch information
ShaneBeee committed Apr 22, 2022
1 parent c099c20 commit 0eeedb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.shanebeestudios</groupId>
<artifactId>McDeob</artifactId>
<version>2.1.45</version>
<version>2.1.46</version>

<properties>
<maven.compiler.source>9</maven.compiler.source>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/shanebeestudios/mcdeop/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public enum Version {
CLIENT_1_19_22w14a(Type.CLIENT, "1.19 22w14a", "1d186d967576d4e6043e5b1664da242c1b686a85", "9b86041edb4aa515fc8951f16e3d3be3e0c0533e"),
SERVER_1_19_22w15a(Type.SERVER, "1.19 22w15a", "2760f745a00711bcc19bf78d6056019f69318d03", "496416e9ac476347b47655089b7819877977f737"),
CLIENT_1_19_22w15a(Type.CLIENT, "1.19 22w15a", "b5b14c791de1b44ce2d6de13dfd18b9ced843618", "5ca2f62eacc890b09b9b9b45cd1edfe36cdee34a"),
SERVER_1_19_22w16b(Type.SERVER, "1.19 22w16b", "a54810e8b1a7a043fa54a462309d680ad67da479", "54d27d0b812eab6ffc04e6d3d0236fa7920a5c87"),
CLIENT_1_19_22w16b(Type.CLIENT, "1.19 22w16b", "8ebd18862d0de2389d1b3dab0bf660f20851bc3e", "b40c6ecf3d0785d109d10eea1814ce11f5ec9da4"),

// Experimental
SERVER_1_19_exp_1(Type.SERVER, "1.19 Experimental 1", "973e76b8067bab5410fef92bf4412ada1f7b0f97", "7c6d4d114bfb0cb482a549dda1b587aece9c04af"),
Expand Down

0 comments on commit 0eeedb9

Please sign in to comment.