Skip to content

Commit 2feb6e8

Browse files
committed
Bump version + Changelog
1 parent a8d7d71 commit 2feb6e8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ modrinth {
124124
token = System.getenv("MODRINTH_TOKEN")
125125
projectId = "mod-remapping-api"
126126
changelog = """
127-
Fix class member name and class name being inverted in FullClassMember constructor
127+
Improve method name propagation.\\
128+
Add method to map descriptors.\\
129+
Fix method mapping on partial descriptors not working anymore.
128130
"""
129131
uploadFile = remapJar
130132

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.1
15+
mod_version = 1.22.0
1616
maven_group = io.github.fabriccompatibiltylayers
1717
archives_base_name = mod-remapping-api

0 commit comments

Comments
 (0)