From 75aca3b870a81e9e42b22279cd7deb7888be45dc Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Sun, 13 Jun 2021 22:46:00 +0100 Subject: [PATCH] 0.4.1 tiny remapper --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index edca493..844c3a2 100644 --- a/build.gradle +++ b/build.gradle @@ -70,7 +70,7 @@ dependencies { } // tinyfile management - implementation ('net.fabricmc:tiny-remapper:0.4.0') + implementation ('net.fabricmc:tiny-remapper:0.4.1') implementation ('net.fabricmc:tiny-mappings-parser:0.3.0+build.17') implementation 'net.fabricmc:access-widener:1.0.0'