Skip to content

Commit 375bad3

Browse files
committed
Verbump + changelog
1 parent 3fd861c commit 375bad3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ modrinth {
173173
token = System.getenv("MODRINTH_TOKEN")
174174
projectId = "mod-remapping-api"
175175
changelog = """
176-
Apply method invocation replacers to Interface methods as well.\
177-
Fix possible crash while remapping refmap.\
178-
Add system property to run in development mode for 3rd party remappers.
176+
Now compile against Java 17 while retaining backward compatibility with Java 8.
179177
"""
180178
uploadFile = shadeDowngradedApi
181179

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

0 commit comments

Comments
 (0)