Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
- Add Minecraft 1.16.5
  • Loading branch information
ShaneBeee committed Jan 16, 2021
1 parent 648785a commit bb27adc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/dependency-reduced-pom.xml
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.24</version>
<version>2.1.25</version>

<properties>
<maven.compiler.source>1.8</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 @@ -25,6 +25,8 @@ public enum Version {
CLIENT_1_16_3(Type.CLIENT, "1.16.3", "1321521b2caf934f7fc9665aab7e059a7b2bfcdf", "faac5028fbca3859db970cc4ca041aeec55f6d9d"),
SERVER_1_16_4(Type.SERVER, "1.16.4", "35139deedbd5182953cf1caa23835da59ca3d7cd", "d9ae0e8e28475254855430ff051daaa0dd041a08"),
CLIENT_1_16_4(Type.CLIENT, "1.16.4", "1952d94a0784e7abda230aae6a1e8fc0522dba99", "0837de813d1a6b67e23da3c520a84e872c8d2f0e"),
SERVER_1_16_5(Type.SERVER, "1.16.5", "1b557e7b033b583cd9f66746b7a9ab1ec1673ced", "41285beda6d251d190f2bf33beadd4fee187df7a"),
CLIENT_1_16_5(Type.CLIENT, "1.16.5", "37fd3c903861eeff3bc24b71eed48f828b5269c8", "374c6b789574afbdc901371207155661e0509e17"),

// Snapshot
SERVER_20w45a(Type.SERVER, "20w45a", "043ec38297d0ec58abd6f636bc92f5664a8ccecb", "e13520140ed6bdbe2ca05f59ce12700e9081a8cf"),
Expand Down

0 comments on commit bb27adc

Please sign in to comment.