Skip to content

Commit

Permalink
Prepare for release of 2.1.28
Browse files Browse the repository at this point in the history
- Added snapshots 21w16a and 21w17a
  • Loading branch information
ShaneBeee committed Apr 28, 2021
1 parent c3bdb8e commit 8d89c51
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.27</version>
<version>2.1.28</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 @@ -37,6 +37,10 @@ public enum Version {
CLIENT_21w14a(Type.CLIENT, "21w14a", "4af7eb4770d3e708d287db3bf023d4bbc60465b0", "559d6456faf79734c7663513d5d27368a5288daf"),
SERVER_21w15a(Type.SERVER, "21w15a", "0a39422009a7aa01dd185043746c50dc909dc345", "d5ac0492465e6abc2e980504f7d6ca1e07248d24"),
CLIENT_21w15a(Type.CLIENT, "21w15a", "749805abb797f201a76e2c6ad2e7ff6f790bb53c", "168453c06a67e83d6544f2d02b0c6ce756269f95"),
SERVER_21w16a(Type.SERVER, "21w16a", "b8bacc67a9db84db59e2f97e9a9fba3a242480a8", "63799f9f0f3738a0832cf3a3a9593b2f8adc97c6"),
CLIENT_21w16a(Type.CLIENT, "21w16a", "f124f2aad604e88f27f010834d82c7af85506b6c", "7a8e3a33afdd6e6ab669852685e1b12ba338234a"),
SERVER_21w17a(Type.SERVER, "21w17a", "ec995f939bb41a785f960985e73821c7044fc32e", "993c616af95fb18c76524dbb190fcd425b60fc48"),
CLIENT_21w17a(Type.CLIENT, "21w17a", "6f0597c8dfef133d59cdce2c629a37f0e259512b", "ef21afb3f08a213441012c16455210cd35e52a2a"),

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

0 comments on commit 8d89c51

Please sign in to comment.