Skip to content

Commit 627374b

Browse files
committed
Bump version
1 parent ba694b8 commit 627374b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ modrinth {
157157
token = System.getenv("MODRINTH_TOKEN")
158158
projectId = "mod-remapping-api"
159159
changelog = """
160-
Fix vanilla classes not being filtered out of mods.
160+
Now compile against Java 21 while retaining backward compatibility with Java 8.\
161+
Update TinyRemapper and ClassTweaker.
161162
"""
162163
uploadFile = shadeDowngradedApi
163164

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ org.gradle.jvmargs=-Xmx1G
1111
spasm_version=0.2
1212

1313
# Mod Properties
14-
mod_version = 1.28.3
14+
mod_version = 1.29.0
1515
maven_group = io.github.fabriccompatibilitylayers
1616
archives_base_name = mod-remapping-api

0 commit comments

Comments
 (0)