File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,13 +124,7 @@ modrinth {
124124 token = System . getenv(" MODRINTH_TOKEN" )
125125 projectId = " mod-remapping-api"
126126 changelog = """
127- Update TR to 0.10.2.\\
128- V1 API with fully backward compatibility with V0 API.\\
129- Added Extra visitors to apply during remapping:\\
130- - Remap every instantiation of a class to another one.\\
131- - Remap method call and change everything about it included whether it is static or not.\\
132- You can now also register visitors to apply just before remapping instead of only after until now.\\
133- Fix backward compatibility on Babric which was broken since 1.19.0.
127+ Fix class member name and class name being inverted in FullClassMember constructor
134128"""
135129 uploadFile = remapJar
136130
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1G
1212 spasm_version =0.2
1313
1414# Mod Properties
15- mod_version = 1.21.0
15+ mod_version = 1.21.1
1616 maven_group = io.github.fabriccompatibiltylayers
1717 archives_base_name = mod-remapping-api
You can’t perform that action at this time.
0 commit comments