Update MCE to 0.4.3

dev/0.11
modmuss50 2021-04-28 22:50:53 +01:00
parent 432e88f354
commit 258578f142
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class Constants {
* Constants for versions of dependencies.
*/
public static final class Versions {
public static final String MIXIN_COMPILE_EXTENSIONS = "0.4.1";
public static final String MIXIN_COMPILE_EXTENSIONS = "0.4.3";
public static final String DEV_LAUNCH_INJECTOR = "0.2.1+build.8";
public static final String TERMINAL_CONSOLE_APPENDER = "1.2.0";
public static final String JETBRAINS_ANNOTATIONS = "19.0.0";