Skip to content

Commit

Permalink
Changelog + Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Sep 3, 2024
1 parent 9c9ef59 commit c48f96c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ modrinth {
projectId = "JpHZ1Cyv" // This can be the project ID or the slug. Either will work!
versionName = displayVersion
changelog = """
Fix fabric mods icon in Forge mod list.
Ensure Forge always loads before Minecraft classes.
Fix crash on server.
"""
uploadFile = remapJar
gameVersions = [project.minecraft_version] // Must be an array, even with only one version
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ org.gradle.jvmargs=-Xmx2G
spasm_version=0.2

# Mod Properties
mod_version = 2.7.1
mod_version = 2.7.2
maven_group = fr.catcore
archives_base_name = fabricated-forge

0 comments on commit c48f96c

Please sign in to comment.