diff --git a/build.gradle b/build.gradle index 024d3e6..79d751a 100644 --- a/build.gradle +++ b/build.gradle @@ -124,13 +124,7 @@ modrinth { token = System.getenv("MODRINTH_TOKEN") projectId = "mod-remapping-api" changelog = """ -Update TR to 0.10.2.\\ -V1 API with fully backward compatibility with V0 API.\\ -Added Extra visitors to apply during remapping:\\ -- Remap every instantiation of a class to another one.\\ -- Remap method call and change everything about it included whether it is static or not.\\ -You can now also register visitors to apply just before remapping instead of only after until now.\\ -Fix backward compatibility on Babric which was broken since 1.19.0. +Fix class member name and class name being inverted in FullClassMember constructor """ uploadFile = remapJar diff --git a/gradle.properties b/gradle.properties index ad62842..61977d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1G spasm_version=0.2 # Mod Properties - mod_version = 1.21.0 + mod_version = 1.21.1 maven_group = io.github.fabriccompatibiltylayers archives_base_name = mod-remapping-api