Skip to content

Commit

Permalink
Version bump + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 6, 2024
1 parent 8718215 commit 180061e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "mod-remapping-api"
changelog = """
Fix mod mappings being inverted on Babric
Support remapping mods from other namespaces than obfuscated/official.
"""
uploadFile = remapJar

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx1G
spasm_version=0.2

# Mod Properties
mod_version = 1.22.1
mod_version = 1.23.0
maven_group = io.github.fabriccompatibiltylayers
archives_base_name = mod-remapping-api

0 comments on commit 180061e

Please sign in to comment.