Skip to content

Commit 1550142

Browse files
committed
Bump version
1 parent e55b8c7 commit 1550142

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)