Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Apr 27, 2024
1 parent e55b8c7 commit 1550142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,7 @@ modrinth {
token = System.getenv("MODRINTH_TOKEN")
projectId = "mod-remapping-api"
changelog = """
Update TR to 0.10.2.\\
V1 API with fully backward compatibility with V0 API.\\
Added Extra visitors to apply during remapping:\\
- Remap every instantiation of a class to another one.\\
- Remap method call and change everything about it included whether it is static or not.\\
You can now also register visitors to apply just before remapping instead of only after until now.\\
Fix backward compatibility on Babric which was broken since 1.19.0.
Fix class member name and class name being inverted in FullClassMember constructor
"""
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.0
mod_version = 1.21.1
maven_group = io.github.fabriccompatibiltylayers
archives_base_name = mod-remapping-api

0 comments on commit 1550142

Please sign in to comment.