Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Apr 17, 2024
1 parent 295fd02 commit 1e0862e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "mod-remapping-api"
changelog = """
Updated mapping-io to 0.6.1 and tiny-remapper to 0.10.1.
Improve mappings handling and apis.
Start work towards clarifying what is api and what is internal for modders.
Propagate and complete mappings from TR context.
"""
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.19.0
mod_version = 1.20.0
maven_group = io.github.fabriccompatibiltylayers
archives_base_name = mod-remapping-api

0 comments on commit 1e0862e

Please sign in to comment.