We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d7d71 commit 2feb6e8Copy full SHA for 2feb6e8
2 files changed
build.gradle
@@ -124,7 +124,9 @@ modrinth {
124
token = System.getenv("MODRINTH_TOKEN")
125
projectId = "mod-remapping-api"
126
changelog = """
127
-Fix class member name and class name being inverted in FullClassMember constructor
+Improve method name propagation.\\
128
+Add method to map descriptors.\\
129
+Fix method mapping on partial descriptors not working anymore.
130
"""
131
uploadFile = remapJar
132
gradle.properties
@@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1G
12
spasm_version=0.2
13
14
# Mod Properties
15
- mod_version = 1.21.1
+ mod_version = 1.22.0
16
maven_group = io.github.fabriccompatibiltylayers
17
archives_base_name = mod-remapping-api
0 commit comments