Skip to content

Commit 51a8445

Browse files
committed
Bump version
1 parent c6423d1 commit 51a8445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ modrinth {
173173
token = System.getenv("MODRINTH_TOKEN")
174174
projectId = "mod-remapping-api"
175175
changelog = """
176-
Now compile against Java 17 while retaining backward compatibility with Java 8.
176+
Fix softlock on loader 0.17+.
177177
"""
178178
uploadFile = shadeDowngradedApi
179179

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.27.1
14+
mod_version = 1.27.2
1515
maven_group = io.github.fabriccompatibilitylayers
1616
archives_base_name = mod-remapping-api

0 commit comments

Comments
 (0)