File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments