Skip to content

Commit

Permalink
Prepare for release of 2.2.2
Browse files Browse the repository at this point in the history
- add support for MC 1.19.4
  • Loading branch information
ShaneBeee committed Mar 18, 2023
1 parent 6b4aed6 commit 7a0bd47
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.2.1</version>
<version>2.2.2</version>

<properties>
<maven.compiler.source>16</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 @@ -15,6 +15,8 @@ public enum Version {
CLIENT_LATEST_SNAPSHOT(Type.CLIENT, "Latest_Snapshot", null, null),

// Release
SERVER_1_19_4(Type.SERVER, "1.19.4", "8f3112a1049751cc472ec13e397eade5336ca7ae", "73c8bb982e420b33aad9632b482608c5c33e2d13"),
CLIENT_1_19_4(Type.CLIENT, "1.19.4", "958928a560c9167687bea0cefeb7375da1e552a8", "f14771b764f943c154d3a6fcb47694477e328148"),
SERVER_1_19_3(Type.SERVER, "1.19.3", "c9df48efed58511cdd0213c56b9013a7b5c9ac1f", "bc44f6dd84cd2f3ad8c0caad850eaca9e82067e3"),
CLIENT_1_19_3(Type.CLIENT, "1.19.3", "977727ec9ab8b4631e5c12839f064092f17663f8", "42366909cc612e76208d34bf1356f05a88e08a1d"),
SERVER_1_19_2(Type.SERVER, "1.19.2", "f69c284232d7c7580bd89a5a4931c3581eae1378", "ed5e6e8334ad67f5af0150beed0f3d156d74bd57"),
Expand Down

0 comments on commit 7a0bd47

Please sign in to comment.