Skip to content

Commit 3e821fa

Browse files
committed
verbump + changelog
1 parent 0c35f34 commit 3e821fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ modrinth {
154154
token = System.getenv("MODRINTH_TOKEN")
155155
projectId = "mod-remapping-api"
156156
changelog = """
157-
Update mapping-io to 0.7.1.\
158-
Update tiny remapper to 0.11.0.
157+
Improvements to the remapping process.\\
158+
Now allow ModRemappers to disable mixin remapping which is enabled by default for backward compatibility.
159159
"""
160160
uploadFile = remapJar
161161

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

0 commit comments

Comments
 (0)