Skip to content

Commit

Permalink
Bump version + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Apr 28, 2024
1 parent a8d7d71 commit 2feb6e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "mod-remapping-api"
changelog = """
Fix class member name and class name being inverted in FullClassMember constructor
Improve method name propagation.\\
Add method to map descriptors.\\
Fix method mapping on partial descriptors not working anymore.
"""
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.21.1
mod_version = 1.22.0
maven_group = io.github.fabriccompatibiltylayers
archives_base_name = mod-remapping-api

0 comments on commit 2feb6e8

Please sign in to comment.