Skip to content

Commit

Permalink
fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Apr 1, 2024
1 parent e79e768 commit 48d0735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if (System.getenv("MODRINTH_TOKEN")) {
required.version libs.fapi.get().getName(), libs.versions.fapi.get()
embedded.version libs.surveyor.get().getName(), libs.versions.surveyor.get()
}
changelog = rootProject.file("CHANGELOG.md").text + "\n\n\nChangelog: https://github.com/sisby-folk/antique-atlas/releases/tag/v$baseVersion"
changelog = rootProject.file("CHANGELOG.md").text + "\n\nChangelog: https://github.com/sisby-folk/antique-atlas/releases/tag/v$baseVersion"
syncBodyFrom = rootProject.file("README.md").text
}
}
Expand Down

0 comments on commit 48d0735

Please sign in to comment.