Skip to content

Commit

Permalink
Prepare for release of 2.1.23
Browse files Browse the repository at this point in the history
- Added 20w48a snapshot
- Added 20w49a snapshot
  • Loading branch information
ShaneBeee committed Dec 2, 2020
1 parent 3f29602 commit fcd555c
Show file tree
Hide file tree
Showing 2 changed files with 5 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.22</version>
<version>2.1.23</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/com/shanebeestudios/mcdeop/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ public enum Version {
CLIENT_20w45a(Type.CLIENT, "20w45a", "cf2cd62dfc63fc1a79061a3964d82bf26e0fd208", "ce69af77a39c4e1802b1aebac2f86d867bd71c5c"),
SERVER_20w46a(Type.SERVER, "20w46a", "373675677cc57b9294a187a4d0ecab6f340d4189", "5de650acd5894cf687a911fb9affb3b294de4dd2"),
CLIENT_20w46a(Type.CLIENT, "20w46a", "f4c56c2b7218599b78074a500ab2a89a04db5b36", "d3687dd62798b403141db1fe7272607c53b6e9f0"),
SERVER_20w48a(Type.SERVER, "20w48a", "a14d24f89d5a4ec7521b91909caf4fee89c997f4", "a54f1c40e3b9a63a7a23fc268df7e79c2cb7e6cb"),
CLIENT_20w48a(Type.CLIENT, "20w48a", "a894354496a03e4bce6fe6c03a68313f4660e482", "55550d2717feb75a77920e211655a649708b859d"),
SERVER_20w49a(Type.SERVER, "20w49a", "2fc0afe1fd31ca872761efbd2a7f635db234b359", "0b30deba62ef6c2064dfd12f4f46b9d6388d9c8c"),
CLIENT_20w49a(Type.CLIENT, "20w49a", "818705401f58ee4df2267bf97fa2e0fb6e78ce28", "141219c3dd05268d559a5e17e8b8f1f0bf982598"),

// Combat Test
SERVER_COMBAT_TEST_5(Type.SERVER, "combat_test_5", "0cc9a1582949297c8f1ca83b937c8d84ad295ffe", "44b2ca1d4677f3fffaa0333c87a42a9449e0bc52"),
Expand Down

0 comments on commit fcd555c

Please sign in to comment.