Skip to content

Commit 3617c49

Browse files
committed
Bump version
1 parent 9cb8c2f commit 3617c49

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ modrinth {
173173
token = System.getenv("MODRINTH_TOKEN")
174174
projectId = "mod-remapping-api"
175175
changelog = """
176-
Fix softlock on loader 0.17+.
176+
Remove previous testing logging.
177+
178+
Fix excluding files from extracted libraries not working.
177179
"""
178180
uploadFile = shadeDowngradedApi
179181

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

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "mod-remapping-api",
44
"version": "${version}",
55
"name": "Mod Remapping API",
6-
"description": "Remaps non fabric mods at runtime with hooks available to expand it.",
6+
"description": "Remaps mods at runtime with hooks available to expand it.",
77
"authors": [
88
"CatCore"
99
],

0 commit comments

Comments
 (0)