We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd11337 commit 4c5c343Copy full SHA for 4c5c343
2 files changed
build.gradle
@@ -157,11 +157,11 @@ modrinth {
157
token = System.getenv("MODRINTH_TOKEN")
158
projectId = "mod-remapping-api"
159
changelog = """
160
-Update Tiny Remapper to 0.13.0.
+Remove direct FabricLoader Logger usage and replace it by LFAPI's one.
161
162
-Update MappingIO to 0.8.0.
+Include most Flap patches to MRAPI.
163
164
-Add Class Tweaker support.
+Fix wrong usage of replace in the codebase.
165
"""
166
uploadFile = shadeDowngradedApi
167
gradle.properties
@@ -11,6 +11,6 @@ org.gradle.jvmargs=-Xmx1G
11
spasm_version=0.2
12
13
# Mod Properties
14
- mod_version = 1.28.1
+ mod_version = 1.28.2
15
maven_group = io.github.fabriccompatibilitylayers
16
archives_base_name = mod-remapping-api
0 commit comments