Skip to content

Commit

Permalink
Prepare for release of 2.1.29
Browse files Browse the repository at this point in the history
- Added snapshots 21w18a -> 21w20a
- Added 1.17 pre-release 1
  • Loading branch information
ShaneBeee committed May 27, 2021
1 parent 8d89c51 commit a35c488
Show file tree
Hide file tree
Showing 2 changed files with 10 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.28</version>
<version>2.1.29</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
9 changes: 9 additions & 0 deletions src/main/java/com/shanebeestudios/mcdeop/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ public enum Version {
CLIENT_21w16a(Type.CLIENT, "21w16a", "f124f2aad604e88f27f010834d82c7af85506b6c", "7a8e3a33afdd6e6ab669852685e1b12ba338234a"),
SERVER_21w17a(Type.SERVER, "21w17a", "ec995f939bb41a785f960985e73821c7044fc32e", "993c616af95fb18c76524dbb190fcd425b60fc48"),
CLIENT_21w17a(Type.CLIENT, "21w17a", "6f0597c8dfef133d59cdce2c629a37f0e259512b", "ef21afb3f08a213441012c16455210cd35e52a2a"),
SERVER_21w18a(Type.SERVER, "21w18a", "0b18d883bd1132f761aa715d6a97e29e54a9b8b6", "fb0c905d83afce0ef48001acd490f1932ed3c0cc"),
CLIENT_21w18a(Type.CLIENT, "21w18a", "f52cf94abf99911ca88c12f776bcf30c9b6f1617", "95bea66557e205298d65d8c48924013d6afa5e57"),
SERVER_21w19a(Type.SERVER, "21w19a", "d0a9151432af384f5f2ca72e8e43422772158d0e", "8d8524fd057a410dbc680f8f46b967b39ad3f1d8"),
CLIENT_21w19a(Type.CLIENT, "21w19a", "ec029994171ba8e3d9a68458d7d307a67a84faac", "7de88c6a5342a640d905ea008a1ad364bdcd63a5"),
SERVER_21w20a(Type.SERVER, "21w20a", "054b2065dd63c3e4227879046beae7acaeb7e8d3", "8d6960e996a40b8350f5973d8a237469a9a6a7bc"),
CLIENT_21w20a(Type.CLIENT, "21w20a", "f756009979e33058d57695a3599b4a2544d856ca", "e6bf5879f4ae3778540cf304483e035ef72416a3"),
// PreRelease
SERVER_1_17_pre_1(Type.SERVER, "1.17 Pre-release 1", "80a01a1178bcfb67b42636df3a9cdd275f3cc4d4", "1f6f65434a5ac334607a1141d676f7974308ae36"),
CLIENT_1_17_pre_1(Type.CLIENT, "1.17 Pre-release 1", "940af6eda421da56e3bf9c390df65ba713cc8f7f", "7310449e6c7bdd202e4f2cd6bd7ad177357f473c"),

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

0 comments on commit a35c488

Please sign in to comment.