From f7c43d19e4e8671d3492a930dcc07806c6640867 Mon Sep 17 00:00:00 2001 From: AlcatrazEscapee Date: Sat, 4 Sep 2021 21:31:10 -0400 Subject: [PATCH] I realized just now this is nessecary since I'm tagging a new verison anyway. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aabeb2..fe7db86 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ dependencies { The latest versions can be checked by looking at the [releases](https://github.com/alcatrazEscapee/mcjunitlib/releases) page. As of time of writing (2021-09-04), the latest versions are: -- Minecraft 1.16.5: `1.4.3` (Latest) +- Minecraft 1.16.5: `1.4.4` (Latest) - Minecraft 1.15.2: `1.0.1` Note: This mod will package the JUnit 5 API as part of the mod jar. This is important - do not add a dependency on JUnit manually as Forge will only load mod classes using the transforming class loader which is required in order to access minecraft source code without everything crashing and burning.